From 1bf1b7bfe586046dca890f976eb03fbe70b808e5 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Sun, 14 Feb 2021 19:59:52 -0500 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- pr-title/CHANGELOG.md | 11 +++++++++++ pr-title/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240666d..1c24557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/clowdhaus/actions/compare/v0.1.0...v0.1.1) (2021-02-15) + + +### Bug Fixes + +* rename `master` to `main` and update project dependencies ([42754ae](https://github.com/clowdhaus/actions/commit/42754ae539a6180ddfff86f70f69778caf2e2f98)) + + + + + # 0.1.0 (2020-09-24) diff --git a/lerna.json b/lerna.json index 63ff523..ebc3c2b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.1.0" + "version": "0.1.1" } diff --git a/pr-title/CHANGELOG.md b/pr-title/CHANGELOG.md index 240666d..1c24557 100644 --- a/pr-title/CHANGELOG.md +++ b/pr-title/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/clowdhaus/actions/compare/v0.1.0...v0.1.1) (2021-02-15) + + +### Bug Fixes + +* rename `master` to `main` and update project dependencies ([42754ae](https://github.com/clowdhaus/actions/commit/42754ae539a6180ddfff86f70f69778caf2e2f98)) + + + + + # 0.1.0 (2020-09-24) diff --git a/pr-title/package.json b/pr-title/package.json index 000d8f3..011824b 100644 --- a/pr-title/package.json +++ b/pr-title/package.json @@ -1,6 +1,6 @@ { "name": "@actions/pr-title", - "version": "0.1.0", + "version": "0.1.1", "description": "GitHub action for checking pull request titles", "author": "clowd.haus", "license": "Apache-2.0",