From f0e15e1a9d89f984b89b618ebcb9cecf7ec8cbe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 16:35:06 -0600 Subject: [PATCH] chore: release 0.5.0 (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 8c4b47d..9d80a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [0.5.0](https://www.github.com/austinmitchem/eager-euler/compare/v0.4.1...v0.5.0) (2021-11-19) + + +### Features + +* hello world ([#43](https://www.github.com/austinmitchem/eager-euler/issues/43)) ([7b8af25](https://www.github.com/austinmitchem/eager-euler/commit/7b8af25cec7f287aaa6bf8995165ef3b179d53b3)) + + +### Other + +* fix create pull request ([#47](https://www.github.com/austinmitchem/eager-euler/issues/47)) ([44ed8ce](https://www.github.com/austinmitchem/eager-euler/commit/44ed8ce37e6bacd8ec42ece63af244f3e1b882ed)) +* update docs ([#39](https://www.github.com/austinmitchem/eager-euler/issues/39)) ([596240b](https://www.github.com/austinmitchem/eager-euler/commit/596240b44297de899e8afd0c92f1e9c49be2241d)) + ### [0.4.1](https://www.github.com/austinmitchem/eager-euler/compare/v0.4.0...v0.4.1) (2021-11-19) diff --git a/package-lock.json b/package-lock.json index 20855cf..d5eb543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "my-app", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "my-app", - "version": "0.4.1", + "version": "0.5.0", "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", diff --git a/package.json b/package.json index 0cac070..a279020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-app", - "version": "0.4.1", + "version": "0.5.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.11.4",