Skip to content

Commit

Permalink
chore: Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Jul 8, 2024
1 parent 383396f commit ef13182
Show file tree
Hide file tree
Showing 4 changed files with 16 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.0.0"
".": "1.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/nioe/madr-tools/compare/v1.0.0...v1.0.1) (2024-07-08)


### 🐛 Bug Fixes

* Make finding correct title work on Windows with CRLF ([01e356c](https://github.com/nioe/madr-tools/commit/01e356c1979aec6a610c8621ae51938695dbc34c))


### 📦 Build System & Dependencies

* Update dependencies ([383396f](https://github.com/nioe/madr-tools/commit/383396fd6145f137c9bea3c810299ee6eb72d33d))

## [1.0.0](https://github.com/nioe/adr-tools/compare/v0.0.2...v1.0.0) (2022-02-15)

### 📖 Documentation
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.0.0",
"version": "1.0.1",
"description": "Node.js CLI to to create and manage Markdown Architectural Decision Records (MADR)",
"main": "dist/cli.js",
"files": [
Expand Down

0 comments on commit ef13182

Please sign in to comment.