Skip to content

Commit de4c4fd

Browse files
authored
docs!: update version in package.json and CHANGELOG (#71)
BREAKING CHANGE: no longer supporting node v12
1 parent 0eae6a4 commit de4c4fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 3.0.0 (August 8, 2022)
11+
1012
- Bump minimum Node version to `14` and bump Lerna to `5.1.8`
1113
- Upgrade `yarn` to `3.2.2` and add `outdated` plugin
1214
- Major bumps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-parse",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "Turn a git repository into a javascript object.",
55
"main": "dist",
66
"scripts": {

0 commit comments

Comments
 (0)