Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2023-07-30)

* feat!: custom translations (#15) ([bacc785](bacc785)), closes [#15](#15) [#12](#12)

### BREAKING CHANGES

* reword default validation error messages
  • Loading branch information
semantic-release-bot committed Jul 30, 2023
1 parent bacc785 commit b4694a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/benmelz/limitable/compare/v1.1.0...v2.0.0) (2023-07-30)


* feat!: custom translations (#15) ([bacc785](https://github.com/benmelz/limitable/commit/bacc7858d7d506bba60bad2f1d39c32732136aa3)), closes [#15](https://github.com/benmelz/limitable/issues/15) [#12](https://github.com/benmelz/limitable/issues/12)


### BREAKING CHANGES

* reword default validation error messages

# [1.1.0](https://github.com/benmelz/limitable/compare/v1.0.1...v1.1.0) (2023-07-17)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
limitable (1.1.0)
limitable (2.0.0)
activerecord (>= 6, < 8)
i18n (>= 1.6, < 2)

Expand Down
2 changes: 1 addition & 1 deletion lib/limitable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Limitable
VERSION = '1.1.0'
VERSION = '2.0.0'
end

0 comments on commit b4694a7

Please sign in to comment.