We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eae6a4 commit de4c4fdCopy full SHA for de4c4fd
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## 3.0.0 (August 8, 2022)
11
+
12
- Bump minimum Node version to `14` and bump Lerna to `5.1.8`
13
- Upgrade `yarn` to `3.2.2` and add `outdated` plugin
14
- Major bumps:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-parse",
3
- "version": "2.1.2",
+ "version": "3.0.0",
4
"description": "Turn a git repository into a javascript object.",
5
"main": "dist",
6
"scripts": {
0 commit comments