Skip to content

Commit

Permalink
package bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagaram committed Apr 1, 2024
1 parent d614670 commit 229cfa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 4.1.0

- Fix package files bug

## Version 4.0.0

- Switch to uncurried V11 compiler
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jmagaram/rescript-extras",
"version": "4.0.0",
"version": "4.1.0",
"module": "",
"description": "Useful general-purpose utility functions and modules for ReScript projects.",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"rescript-schema": "^6.4.0"
},
"files": [
"bsconfig.json",
"rescript.json",
"src/**/*.res",
"src/**/*.resi",
"src/**/*.gen.tsx"
Expand Down

0 comments on commit 229cfa8

Please sign in to comment.