Skip to content

Commit 06a380c

Browse files
chore(release): 1.5.3 [skip ci]
## [1.5.3](v1.5.2...v1.5.3) (2026-08-26) ### Bug Fixes * pin conventional-changelog-conventionalcommits to 9.3.1 ([#175](#175)) ([6319119](6319119)) ### Documentation * 📚️ add getting-started page, update index with table and CLI snippet, wire sidebar ([#168](#168)) ([2f947c2](2f947c2)) ### Chores * 🔧 bump eslint-config to 7.22.3 and drop n/no-unpublished-import override ([#169](#169)) ([55ea9e6](55ea9e6)) * add development and releases marker blocks to README ([#172](#172)) ([9a66283](9a66283)) * add sync workflow to holocron.config ([#171](#171)) ([10ee27c](10ee27c)) * sync from theholocron/holocron ([#170](#170)) ([7e0850a](7e0850a)) * sync from theholocron/holocron ([#173](#173)) ([348428c](348428c)) * sync from theholocron/holocron ([#174](#174)) ([4605765](4605765)) Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
1 parent 6319119 commit 06a380c

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.5.3](https://github.com/theholocron/node-template/compare/v1.5.2...v1.5.3) (2026-08-26)
2+
3+
### Bug Fixes
4+
5+
* pin conventional-changelog-conventionalcommits to 9.3.1 ([#175](https://github.com/theholocron/node-template/issues/175)) ([6319119](https://github.com/theholocron/node-template/commit/6319119f86d317c7db43d9b5e87301da44492548))
6+
7+
### Documentation
8+
9+
* 📚️ add getting-started page, update index with table and CLI snippet, wire sidebar ([#168](https://github.com/theholocron/node-template/issues/168)) ([2f947c2](https://github.com/theholocron/node-template/commit/2f947c246b68d3a5faab66d22bbe4fa9bd6bae11))
10+
11+
### Chores
12+
13+
* 🔧 bump eslint-config to 7.22.3 and drop n/no-unpublished-import override ([#169](https://github.com/theholocron/node-template/issues/169)) ([55ea9e6](https://github.com/theholocron/node-template/commit/55ea9e654ac0cbee68da1045d457124cfeaf63ae))
14+
* add development and releases marker blocks to README ([#172](https://github.com/theholocron/node-template/issues/172)) ([9a66283](https://github.com/theholocron/node-template/commit/9a66283360d49618a326fc071ac16e6dec0773f0))
15+
* add sync workflow to holocron.config ([#171](https://github.com/theholocron/node-template/issues/171)) ([10ee27c](https://github.com/theholocron/node-template/commit/10ee27c9473a228d312846713a9de41e4bfa5da7))
16+
* sync from theholocron/holocron ([#170](https://github.com/theholocron/node-template/issues/170)) ([7e0850a](https://github.com/theholocron/node-template/commit/7e0850aec2d9588ee2cd2346aee36107b1560bc9))
17+
* sync from theholocron/holocron ([#173](https://github.com/theholocron/node-template/issues/173)) ([348428c](https://github.com/theholocron/node-template/commit/348428c960cd4a019d89aa262ce8b2fa57f22059))
18+
* sync from theholocron/holocron ([#174](https://github.com/theholocron/node-template/issues/174)) ([4605765](https://github.com/theholocron/node-template/commit/4605765d0fe053965cf45494e99d935713174b2b))
19+
120
## [1.5.2](https://github.com/theholocron/node-template/compare/v1.5.1...v1.5.2) (2026-08-20)
221

322
## [1.5.1](https://github.com/theholocron/node-template/compare/v1.5.0...v1.5.1) (2026-08-18)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theholocron/node-template",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "A modern NodeJS template with pre-configured tools, best practices, and CI/CD setup for rapid project development.",
55
"keywords": [
66
"nodejs",

0 commit comments

Comments
 (0)