Skip to content

Commit

Permalink
chore: Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Jul 26, 2024
1 parent b4174b1 commit 0175500
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2"
".": "1.1.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.1.3](https://github.com/nioe/madr-tools/compare/v1.1.2...v1.1.3) (2024-07-26)


### 🐛 Bug Fixes

* Update GitHub URL in `package.json` to `madr-tools` ([b4174b1](https://github.com/nioe/madr-tools/commit/b4174b1c7717d22a8897cd18fb36d2c5b7a0596e))

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


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.2",
"version": "1.1.3",
"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 0175500

Please sign in to comment.