Skip to content

Commit e1ab356

Browse files
committed
Add CHANGELOG.md and update changelog entry
Add an initial feature-history entry to CHANGELOG.md and include CHANGELOG.md in package.json's files list so the changelog is packaged with releases. This records the new feature-history line and ensures the changelog is distributed to consumers.
1 parent 1611bde commit e1ab356

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ GitHub repository: <https://github.com/PatrickJS/jsondb>.
7878
- 2026-05-07 - Ignored the temporary folder in git. Commit [ad4e52a](https://github.com/PatrickJS/jsondb/commit/ad4e52aac9ba2dc39eb320ec4262d660dfb7f2c3).
7979
- 2026-05-11 - Bumped `actions/setup-node` from v4 to v6. Commit [d4b23e4](https://github.com/PatrickJS/jsondb/commit/d4b23e4dd614c9367e4dbb512755124384fb5918).
8080
- 2026-05-11 - Bumped `actions/checkout` from v4 to v6. Commit [7dffcc0](https://github.com/PatrickJS/jsondb/commit/7dffcc0c70d5173fddf07ac23737a22dcabb9e49).
81+
- 2026-05-11 - Added the initial feature-history changelog. Commit [1611bde](https://github.com/PatrickJS/jsondb/commit/1611bde01d3f972a7bb9cae55e9e3f12bb46f45a).

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"examples/*/jsondb.config.mjs",
4747
"examples/*/src/generated/**",
4848
"jsondb.config.example.mjs",
49+
"CHANGELOG.md",
4950
"README.md",
5051
"SPEC.md"
5152
],

0 commit comments

Comments
 (0)