Skip to content

Commit 396375b

Browse files
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2023-01-23) ### Bug Fixes * Remove the default export from package.json ([6d2c6d3](6d2c6d3))
1 parent f4e46a5 commit 396375b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/prantlf/unix-permissions/compare/v5.0.0...v5.0.1) (2023-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove the default export from package.json ([6d2c6d3](https://github.com/prantlf/unix-permissions/commit/6d2c6d378c9174107eb28d5f9db2297ec5398316))
7+
18
# 5.0.0
29

310
Fork the project as a library for programmatic usage only

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unix-permissions-lib",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"type": "module",
55
"exports": {
66
"types": "./dist/main.d.ts",

0 commit comments

Comments
 (0)