diff --git a/CHANGELOG.md b/CHANGELOG.md index 3985fbe..d5dd568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.0.1](https://github.com/open-sauced/catsup/compare/v1.0.0...v1.0.1) (2023-07-31) + + +### 🔁 Continuous Integration + +* **release:** setup node with LTS ([e60bf59](https://github.com/open-sauced/catsup/commit/e60bf59296359c63ce457f33802adf9ce81a3aab)) + ## 1.0.0 (2023-07-31) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dc5f609..e85a43a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "catsup", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "catsup", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@octokit/app": "^14.0.0" diff --git a/package.json b/package.json index 689c35a..3ca4d75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catsup", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "This app alerts you of good first issues.", "author": "Brian 'bdougie' Douglas ",