From f6adb5cca7d5959540b2211bb680a6824a3a2b03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 17:03:02 +0000 Subject: [PATCH] chore(main): release 1.3.5 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143aebd..b2a5a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.3.5](https://github.com/broofa/runmd/compare/v1.3.4...v1.3.5) (2022-05-19) + + +### Bug Fixes + +* 1 ([d7d973e](https://github.com/broofa/runmd/commit/d7d973e649a12ae6a3c55b30b1579d2aea8be8bb)) +* moar TEST ([3633bc6](https://github.com/broofa/runmd/commit/3633bc64ecaaf6cc6e68c825bb59bf1a95bd9697)) +* readme ([03f6562](https://github.com/broofa/runmd/commit/03f65626dfeffe4499774f299714a2749e2972e9)) +* readme tweak to test release workflow ([c678bc2](https://github.com/broofa/runmd/commit/c678bc2ef6e2c5f3c4ae19ed04832e0f68591ded)) +* release branch -> main ([6ad4453](https://github.com/broofa/runmd/commit/6ad4453be382207aa24fcc445afa60d28bab3ec9)) +* rm test workflow ([ba9c0b4](https://github.com/broofa/runmd/commit/ba9c0b473e5371ca8d2f6e593dc04929fa38d3eb)) +* test release workflow ([ebb8249](https://github.com/broofa/runmd/commit/ebb82496474d3acb9c6fab0952269611879c6ab8)) + ### [1.3.4](https://github.com/broofa/runmd/compare/v1.3.3...v1.3.4) (2022-05-19) diff --git a/package-lock.json b/package-lock.json index 2354fc9..fdc088b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "runmd", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "runmd", - "version": "1.3.4", + "version": "1.3.5", "license": "MIT", "dependencies": { "minimist": "1.2.6", diff --git a/package.json b/package.json index 7c8bb0f..490c515 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Robert Kieffer", "email": "robert@broofa.com" }, - "version": "1.3.4", + "version": "1.3.5", "bin": { "runmd": "./cli.js" },