Skip to content

Commit

Permalink
Prepare for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 13, 2023
1 parent dca4b07 commit f8c8f51
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 80 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Hanami::AssetsJS
Assets management via Esbuild

## v2.1.0 - 2023-11-14

## v2.1.0-rc.2 - 2023-11-02
### Added
- [Luca Guidi] Official support for Node 20 and 21
Expand Down
189 changes: 111 additions & 78 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hanami-assets",
"version": "2.1.0-rc.2",
"version": "2.1.0",
"type": "module",
"description": "Hanami assets management via Esbuild",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"jest": "^29.6.1",
"prettier": "3.0.3",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
Expand Down

0 comments on commit f8c8f51

Please sign in to comment.