Skip to content

Commit

Permalink
chore(release): [email protected] [skip ci]
Browse files Browse the repository at this point in the history
## unplugin-rescript [0.0.4](https://github.com/r17x/js/compare/[email protected]@0.0.4) (2024-09-28)

### Bug Fixes

* all publish with provenance ([4346cd2](4346cd2))
  • Loading branch information
anakmagang committed Sep 28, 2024
1 parent 112fb6f commit a8fb3d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/unplugin-rescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## unplugin-rescript [0.0.4](https://github.com/r17x/js/compare/[email protected]@0.0.4) (2024-09-28)

### Bug Fixes

* all publish with provenance ([4346cd2](https://github.com/r17x/js/commit/4346cd2bbb4e1a72c8034f4b2c72b622e60f982d))

## unplugin-rescript [0.0.3](https://github.com/r17x/js/compare/[email protected]@0.0.3) (2024-09-28)

### Bug Fixes
Expand Down
11 changes: 8 additions & 3 deletions packages/unplugin-rescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-rescript",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "a plugin for integration ReScript with most Bundler (Vite, Rollup, Webpack, Esbuild, etc).",
"license": "MIT",
"author": "r17x <[email protected]>",
Expand Down Expand Up @@ -77,10 +77,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./*"]
"*": [
"./dist/*",
"./*"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"prepack": "npm run build",
"build": "tsup",
Expand Down

0 comments on commit a8fb3d3

Please sign in to comment.