Skip to content

Commit 70dec11

Browse files
chore(release): 3.17.0 [skip ci]
# [3.17.0](v3.16.0...v3.17.0) (2025-04-25) ### Bug Fixes * **npm:** Set to private so we don't publish to npm ([08e582a](08e582a)) * **npm:** Update npm lockfile ([9fdcf7d](9fdcf7d)) ### Features * **release:** Now create CHANGELOG.md and npm version bump with semantic release ([935a3c6](935a3c6))
1 parent 08e582a commit 70dec11

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# [3.17.0](https://github.com/5e-bits/5e-database/compare/v3.16.0...v3.17.0) (2025-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** Set to private so we don't publish to npm ([08e582a](https://github.com/5e-bits/5e-database/commit/08e582a848e89c7cd79bd1373332d427c4413663))
7+
* **npm:** Update npm lockfile ([9fdcf7d](https://github.com/5e-bits/5e-database/commit/9fdcf7dd941856bfe042972598317573e7a8bcb9))
8+
9+
10+
### Features
11+
12+
* **release:** Now create CHANGELOG.md and npm version bump with semantic release ([935a3c6](https://github.com/5e-bits/5e-database/commit/935a3c6dce3b7197b563b8f0be279670ba0f4076))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "5e-database",
3-
"version": "1.0.0",
3+
"version": "3.17.0",
44
"description": "Database for 5e-srd-api",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)