Skip to content

Commit

Permalink
chore: Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe authored Nov 7, 2024
1 parent 49fc3c9 commit 35632a5
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.1"
".": "1.2.2"
}
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.2](https://github.com/nioe/madr-tools/compare/v1.2.1...v1.2.2) (2024-11-07)


### 📦 Build System & Dependencies

* **deps-dev:** Bump @types/node from 20.16.5 to 22.8.7 ([a959dbe](https://github.com/nioe/madr-tools/commit/a959dbe21c0208e454a505b679213d3a8898e234))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.13.0 ([d9af752](https://github.com/nioe/madr-tools/commit/d9af75202243545e029b2fbea06a7ac293a9a628))
* **deps-dev:** Bump @typescript-eslint/parser from 8.5.0 to 8.13.0 ([9756fdb](https://github.com/nioe/madr-tools/commit/9756fdbbfbda9f9425d459078d28dd8e454159c9))
* **deps-dev:** Bump typescript from 5.6.2 to 5.6.3 ([49fc3c9](https://github.com/nioe/madr-tools/commit/49fc3c9e99a59ebc5cb7805addcf7f52c1503fc8))
* **deps-dev:** Bump typescript-eslint from 8.8.0 to 8.12.2 ([3808a58](https://github.com/nioe/madr-tools/commit/3808a589c1589d1743abf6f0726efc086e532019))

## [1.2.1](https://github.com/nioe/madr-tools/compare/v1.2.0...v1.2.1) (2024-10-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.1",
"version": "1.2.2",
"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.1') // x-release-please-version
.version('1.2.2') // x-release-please-version
.alias({h: 'help', v: 'version'}).argv;

0 comments on commit 35632a5

Please # to comment.