Skip to content

Commit

Permalink
fix(lib): it fixes lib bundle path match pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
danilolmc committed Oct 30, 2023
1 parent f5146ef commit ceab9a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
/node_modules
/lib
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@semantic-release/github",
{
"assets": [
"lib/*",
"lib/**/*",
"CHANGELOG.md"
]
}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [1.0.0-beta.2](https://github.com/danilolmc/zaity/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-10-30)


### Bug Fixes

* **bundling:** it fixes bundling configs ([fedf400](https://github.com/danilolmc/zaity/commit/fedf400f78a30a85f338f487d27d94b3a180e32f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"files": [
"lib/",
"lib/**/*",
"README.md",
"LICENSE",
"logolibrary.svg"
Expand Down

0 comments on commit ceab9a5

Please sign in to comment.