Skip to content

Commit

Permalink
chore: Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Dec 16, 2024
1 parent 8d64160 commit 15bda52
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.3"
".": "1.2.4"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.4](https://github.com/nioe/madr-tools/compare/v1.2.3...v1.2.4) (2024-12-16)


### 📦 Build System & Dependencies

* **deps-dev:** Bump @eslint/js from 9.16.0 to 9.17.0 ([263c208](https://github.com/nioe/madr-tools/commit/263c20894a8715767d796646d7a439437b55c292))
* **deps-dev:** Bump @types/node from 22.10.1 to 22.10.2 ([754c9ed](https://github.com/nioe/madr-tools/commit/754c9ed0fdb3b55291311bf637ab8f2cccb3d07b))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0 ([8d64160](https://github.com/nioe/madr-tools/commit/8d64160c63ed7a586f6050149da62f3307e6252a))
* **deps-dev:** Bump @typescript-eslint/parser from 8.17.0 to 8.18.0 ([4b08cf3](https://github.com/nioe/madr-tools/commit/4b08cf3e8427384c12cb16ad748ee5ba474ca350))
* **deps-dev:** Bump typescript-eslint from 8.17.0 to 8.18.0 ([6a4ec8f](https://github.com/nioe/madr-tools/commit/6a4ec8f4d9b0897ce418a72bc20e7ed3c0b607c5))

## [1.2.3](https://github.com/nioe/madr-tools/compare/v1.2.2...v1.2.3) (2024-12-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "madr-tools",
"version": "1.2.3",
"version": "1.2.4",
"description": "Node.js CLI to to create and manage Markdown Architectural Decision Records (MADR)",
"type": "module",
"main": "dist/cli.js",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ yargs(hideBin(process.argv))
.command([indexCommand, initCommand, newCommand] as Array<CommandModule>)
.demandCommand()
.strict()
.version('1.2.3') // x-release-please-version
.version('1.2.4') // x-release-please-version
.alias({h: 'help', v: 'version'}).argv;

0 comments on commit 15bda52

Please sign in to comment.