CHANGELOG.md in hanami-assets-2.1.0.rc3 vs CHANGELOG.md in hanami-assets-2.1.0
- old
+ new
@@ -1,7 +1,9 @@
# Hanami::Assets
Assets management for Ruby web applications
+## v2.1.0 - 2024-02-27
+
## v2.1.0.rc3 - 2024-02-16
### Changed
- [Tim Riley] Require a `root:` argument when initializing `Hanami::Assets`. This should be the directory containing the compiled assets and their `assets.json` manifest file.
- [Tim Riley] Removed `manifest_path` setting; the manifest path is no longer user-configurable.
- [Tim Riley] Replaced `package_manager_run_command` setting with `node_command` setting.