Skip to content

Commit 0ee3567

Browse files
authored
chore: 3.0.1 version bump (#96)
1 parent f15c438 commit 0ee3567

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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.1 (Nov 9, 2022)
11+
1012
- Minor and patch bumps:
1113
- `@babel/cli` to `^7.19.3`
1214
- `@bable/core` to `^7.19.3`
@@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
- `typescript` to `^4.8.4`
2325
- update `checkoutCommit` to use `execFile` instead of `exec`. See [CVE-2021-26543](https://github.com/advisories/GHSA-m744-2jj8-vpfv) and [patch for same](https://github.com/wayfair/git-parse/pull/18/files).
2426

27+
2528
## 3.0.0 (August 8, 2022)
2629

2730
- Bump minimum Node version to `14` and bump Lerna to `5.1.8`

package.json

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

0 commit comments

Comments
 (0)