Skip to content

Commit

Permalink
3.1.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Feb 3, 2024
1 parent 4a6c3fd commit e455ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 3.1.3-0

- chore: bump dependencies (#5430f5f)
- fix: types export (#4a6c3fd)
- chore: bump dependencies (#e180d31)
- docs: update info on logrotate (#1835487)
- fix: only use package identifier for extra name (#7edaa34)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"coverage": "c8 -r lcov -r text npm test",
"coveralls": "npm run build && c8 npm test && c8 report --reporter=text-lcov | coveralls",
"example": "npm run build:example && npm run start:example",
"changelog": "conv-changelog -i CHANGELOG.md",
"changelog": "conv-changelog -i CHANGELOG.md -o",
"lint": "eslint --ext .js .",
"prepublishOnly": "npm run all",
"readme": "markedpp --github -i README.md -o README.md",
Expand Down

0 comments on commit e455ce3

Please sign in to comment.