Skip to content

Commit

Permalink
Prepare for v2.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 30, 2023
1 parent 868d43e commit d61df1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Hanami::AssetsJS
Assets management via Esbuild

## v2.1.0.beta2 - 2023-10-04
## v2.1.0-rc.1 - 2023-11-01
### Changed
- [Tim Riley] Removed `hanami-assets` executable
- [Tim Riley] Export `run` function as main entry point for running Hanami assets commands.

## v2.1.0-beta.2 - 2023-10-04
### Added
- [Luca Guidi] Assets watch mode
- [Luca Guidi] Handle static files (images, fonts)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hanami-assets",
"version": "2.1.0-beta.2",
"version": "2.1.0-rc.1",
"type": "module",
"description": "Hanami assets management via Esbuild",
"main": "dist/index.js",
Expand Down

0 comments on commit d61df1f

Please sign in to comment.