diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c87aa0..2a70607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.9](https://github.com/broofa/runmd/compare/v1.3.8...v1.3.9) (2023-03-13) + + +### Bug Fixes + +* testing release-please ([8866b15](https://github.com/broofa/runmd/commit/8866b1553c59522c1dae8959699fc7ebd11004c1)) +* testing release-please ([00a9937](https://github.com/broofa/runmd/commit/00a9937cc571961a7a88dec4714a4f3f0f33e905)) +* testing release-please ([5b5a5b4](https://github.com/broofa/runmd/commit/5b5a5b462bcb0cd898f1a78efb647b49d0d351cb)) +* testing release-please ([fd2fb03](https://github.com/broofa/runmd/commit/fd2fb0390fac5e5056b713b1c551d970cefe5af2)) + + +### Miscellaneous Chores + +* testing release-please ([973f2c6](https://github.com/broofa/runmd/commit/973f2c694a2d86ab2d1a603f112f59c4a170974f)) + ### [1.3.8](https://github.com/broofa/runmd/compare/v1.3.6...v1.3.8) (2023-03-12) ### [1.3.6](https://github.com/broofa/runmd/compare/v1.3.5...v1.3.6) (2022-05-19) diff --git a/package-lock.json b/package-lock.json index 63d7317..70249b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "runmd", - "version": "1.3.8", + "version": "1.3.9", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8c5657a..22ce806 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Robert Kieffer", "email": "robert@broofa.com" }, - "version": "1.3.8", + "version": "1.3.9", "bin": { "runmd": "./cli.js" },