Skip to content

Commit

Permalink
chore: Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe authored Jul 22, 2024
1 parent e51420f commit 57e0976
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.1.1"
".": "1.1.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.2](https://github.com/nioe/madr-tools/compare/v1.1.1...v1.1.2) (2024-07-22)


### 📦 Build System & Dependencies

* **deps-dev:** Bump husky from 9.0.11 to 9.1.1 ([e51420f](https://github.com/nioe/madr-tools/commit/e51420f15424f48858e2421438f1a4bf635d870d))
* **deps-dev:** Bump prettier from 3.3.2 to 3.3.3 ([028545a](https://github.com/nioe/madr-tools/commit/028545af07b2cbfcacb338ccac656ed995ebd457))

## [1.1.1](https://github.com/nioe/madr-tools/compare/v1.1.0...v1.1.1) (2024-07-18)


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.1.1",
"version": "1.1.2",
"description": "Node.js CLI to to create and manage Markdown Architectural Decision Records (MADR)",
"type": "commonjs",
"main": "dist/cli.js",
Expand Down

0 comments on commit 57e0976

Please sign in to comment.