We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6149a19 commit 42ae052Copy full SHA for 42ae052
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# ADR Tools Changelog
2
3
+## [1.0.10](https://github.com/meza/adr-tools/compare/v1.0.9...v1.0.10) (2022-06-27)
4
+
5
6
+### Bug Fixes
7
8
+* added missing dependencies ([b07d0a6](https://github.com/meza/adr-tools/commit/b07d0a60bb563e81e74530d90aa421cbf985edf8))
9
+* **ci:** fixed the cach key ([6149a19](https://github.com/meza/adr-tools/commit/6149a19aa0708170bb249466686e219b0dc0fe91))
10
11
## [1.0.9](https://github.com/meza/adr-tools/compare/v1.0.8...v1.0.9) (2022-06-27)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@meza/adr-tools",
- "version": "1.0.9",
+ "version": "1.0.10",
"main": "dist/index.js",
"bin": {
"adr": "dist/index.js"
0 commit comments