Skip to content

Commit

Permalink
docs!: update version in package.json and CHANGELOG (#71)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no longer supporting node v12
  • Loading branch information
GaryPWhite authored Aug 8, 2022
1 parent 0eae6a4 commit de4c4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 3.0.0 (August 8, 2022)

- Bump minimum Node version to `14` and bump Lerna to `5.1.8`
- Upgrade `yarn` to `3.2.2` and add `outdated` plugin
- Major bumps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-parse",
"version": "2.1.2",
"version": "3.0.0",
"description": "Turn a git repository into a javascript object.",
"main": "dist",
"scripts": {
Expand Down

0 comments on commit de4c4fd

Please sign in to comment.