Skip to content

Commit

Permalink
chore: Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Dec 9, 2024
1 parent 5edc3c4 commit fd3e63c
Show file tree
Hide file tree
Showing 5 changed files with 12 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.2"
".": "1.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 📦 Build System & Dependencies

* **deps:** Update dependencies ([5edc3c4](https://github.com/nioe/madr-tools/commit/5edc3c461ab4d61995f49f5fa088e03f4fbbe9ba))

## [1.2.2](https://github.com/nioe/madr-tools/compare/v1.2.1...v1.2.2) (2024-11-07)


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.2",
"version": "1.2.3",
"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.2') // x-release-please-version
.version('1.2.3') // x-release-please-version
.alias({h: 'help', v: 'version'}).argv;

0 comments on commit fd3e63c

Please sign in to comment.