Skip to content

Commit e82b7ff

Browse files
committed
chore(release): 6.0.1 [skip ci]
1 parent 3f4b981 commit e82b7ff

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
# [6.0.1](https://github.com/prantlf/unix-permissions/compare/v5.0.1...v6.0.1) (2023-10-30)
2+
3+
## Bug Fixes
4+
5+
- Merge remote-tracking branch 'upstream/main'
6+
([3f4b981](https://github.com/prantlf/unix-permissions/commit/3f4b981d5282f9413e337ff4676a019df034019f))
7+
18
# 6.0.0
29

310
## Breaking changes
411

512
- Minimal supported Node.js version is now `18.18.0`
613

7-
## [5.0.1](https://github.com/prantlf/unix-permissions/compare/v5.0.0...v5.0.1) (2023-01-23)
14+
# [5.0.1](https://github.com/prantlf/unix-permissions/compare/v5.0.0...v5.0.1) (2023-01-23)
815

9-
### Bug Fixes
16+
## Bug Fixes
1017

1118
- Remove the default export from package.json
1219
([6d2c6d3](https://github.com/prantlf/unix-permissions/commit/6d2c6d378c9174107eb28d5f9db2297ec5398316))

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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unix-permissions-lib",
3-
"version": "5.0.1",
3+
"version": "6.0.1",
44
"type": "module",
55
"exports": {
66
"types": "./dist/main.d.ts",
@@ -41,10 +41,6 @@
4141
],
4242
"license": "Apache-2.0",
4343
"homepage": "https://www.github.com/prantlf/unix-permissions",
44-
"repository": {
45-
"type": "git",
46-
"url": "git+https://github.com/prantlf/unix-permissions.git"
47-
},
4844
"repository": "prantlf/unix-permissions",
4945
"bugs": {
5046
"url": "https://github.com/prantlf/unix-permissions/issues"

0 commit comments

Comments
 (0)