Skip to content

Commit

Permalink
Merge pull request #40 from increments/release-v1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
ohakutsu authored Apr 19, 2024
2 parents 04d233f + cc462be commit f176f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]

## [1.2.0] - 2024-04-19
### Added
- Add support for parameters as Array

## [1.1.0] - 2024-02-09
### Changed
- Add eslint-disable comment not to affect eslint format
Expand Down Expand Up @@ -94,7 +98,9 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
### Added
- Implement "js:rails:routes" task

[Unreleased]: https://github.com/increments/js_rails_routes/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/increments/js_rails_routes/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/increments/js_rails_routes/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/increments/js_rails_routes/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/increments/js_rails_routes/compare/v0.10.1...v1.0.0
[0.10.1]: https://github.com/increments/js_rails_routes/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/increments/js_rails_routes/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion lib/js_rails_routes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JSRailsRoutes
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit f176f31

Please sign in to comment.