Skip to content

Commit

Permalink
Prepare for v2.1.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Sep 29, 2023
1 parent daa13ec commit d2dd226
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hanami::AssetsJS
Assets management via Esbuild

## v2.1.0.beta2 - 2023-10-04
### Added
- [Luca Guidi] Assets watch mode
- [Luca Guidi] Handle static files (images, fonts)
- [Luca Guidi] Subresource Integrity
- [Luca Guidi] Assets manifest
- [Luca Guidi] Assets compilation
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hanami-assets",
"version": "1.0.0",
"description": "",
"version": "2.1.0.beta2",
"description": "Hanami Assets management via Esbuild",
"bin": {
"hanami-assets": "dist/hanami-assets.js"
},
Expand All @@ -11,9 +11,24 @@
"build": "tsc",
"test": "jest"
},
"keywords": [],
"keywords": [
"hanami",
"assets",
"web",
"build",
"esbuild",
"plugin"
],
"author": "Hanami Team",
"license": "MIT",
"homepage": "https://hanamirb.org",
"repository": "github:hanami/assets-js",
"bugs": {
"url": "https://github.com/hanami/assets-js/issues"
},
"funding": {
"url": "https://github.com/sponsors/hanami"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/fs-extra": "^11.0.1",
Expand Down

0 comments on commit d2dd226

Please sign in to comment.