Skip to content

Commit

Permalink
^ Release 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Aug 2, 2023
1 parent 01206fc commit d86720a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [2.18.1] - 2023-08-02

### Changed

- Respect explicitly set `Rails.application.config.assets.manifest`
(https://github.com/AssetSync/asset_sync/pull/434)


## [2.18.0] - 2023-01-30

### Added
Expand Down Expand Up @@ -1078,7 +1086,9 @@ Changes:
* Merge branch 'sinatra'


[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.17.0...HEAD
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.18.1...HEAD
[2.18.1]: https://github.com/AssetSync/asset_sync/compare/v2.18.0...v2.18.1
[2.18.0]: https://github.com/AssetSync/asset_sync/compare/v2.17.0...v2.18.0
[2.17.0]: https://github.com/AssetSync/asset_sync/compare/v2.16.0...v2.17.0
[2.16.0]: https://github.com/AssetSync/asset_sync/compare/v2.15.3...v2.16.0
[2.15.3]: https://github.com/AssetSync/asset_sync/compare/v2.15.2...v2.15.3
Expand Down
2 changes: 1 addition & 1 deletion lib/asset_sync/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AssetSync
VERSION = "2.18.0"
VERSION = "2.18.1"
end

0 comments on commit d86720a

Please sign in to comment.