Skip to content

Commit 209f363

Browse files
committed
chore(release): %s [skip ci]
- @quenty/[email protected] - @quenty/[email protected]
1 parent b2bfed2 commit 209f363

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

tools/nevermore-cli/CHANGELOG.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
# v4.15.1 (Mon Jan 19 2026)
1+
# Change Log
22

3-
#### 🐛 Bug Fix
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45

5-
- fix: templates now rename 'npmrc' to '.npmrc', similar to .gitignore files (while not on a fork, in order to pass publishing tests) [#647](https://github.com/Quenty/NevermoreEngine/pull/647) ([@euvinkeel](https://github.com/euvinkeel) [@Quenty](https://github.com/Quenty))
6-
- Merge branch 'main' into fix/pnpm-template ([@Quenty](https://github.com/Quenty))
7-
- templates now rename 'npmrc' to '.npmrc', similar to .gitignore files ([@euvinkeel](https://github.com/euvinkeel))
6+
## [4.15.1](https://github.com/Quenty/Nevermore/compare/@quenty/[email protected]...@quenty/[email protected]) (2026-01-19)
87

9-
#### Authors: 2
8+
**Note:** Version bump only for package @quenty/nevermore-cli
109

11-
- euvinkeel ([@euvinkeel](https://github.com/euvinkeel))
12-
- James Onnen ([@Quenty](https://github.com/Quenty))
1310

14-
---
1511

16-
# Change Log
1712

18-
All notable changes to this project will be documented in this file.
19-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2013

2114
# [4.15.0](https://github.com/Quenty/Nevermore/compare/@quenty/[email protected]...@quenty/[email protected]) (2026-01-18)
2215

tools/nevermore-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/nevermore-cli",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "CLI interface for Nevermore",
55
"type": "module",
66
"keywords": [

tools/nevermore-template-helpers/CHANGELOG.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
# v1.5.1 (Mon Jan 19 2026)
1+
# Change Log
22

3-
#### 🐛 Bug Fix
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45

5-
- fix: templates now rename 'npmrc' to '.npmrc', similar to .gitignore files (while not on a fork, in order to pass publishing tests) [#647](https://github.com/Quenty/NevermoreEngine/pull/647) ([@euvinkeel](https://github.com/euvinkeel) [@Quenty](https://github.com/Quenty))
6-
- Merge branch 'main' into fix/pnpm-template ([@Quenty](https://github.com/Quenty))
7-
- templates now rename 'npmrc' to '.npmrc', similar to .gitignore files ([@euvinkeel](https://github.com/euvinkeel))
6+
## [1.5.1](https://github.com/Quenty/Nevermore/compare/@quenty/[email protected]...@quenty/[email protected]) (2026-01-19)
87

9-
#### Authors: 2
8+
**Note:** Version bump only for package @quenty/nevermore-template-helpers
109

11-
- euvinkeel ([@euvinkeel](https://github.com/euvinkeel))
12-
- James Onnen ([@Quenty](https://github.com/Quenty))
1310

14-
---
1511

16-
# Change Log
1712

18-
All notable changes to this project will be documented in this file.
19-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2013

2114
# [1.5.0](https://github.com/Quenty/Nevermore/compare/@quenty/[email protected]...@quenty/[email protected]) (2026-01-14)
2215

tools/nevermore-template-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/nevermore-template-helpers",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Helpers to generate Nevermore package and game templates",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)