diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e3c47..5afa926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 3.0.1 (Nov 9, 2022) + - Minor and patch bumps: - `@babel/cli` to `^7.19.3` - `@bable/core` to `^7.19.3` @@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `typescript` to `^4.8.4` - 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). + ## 3.0.0 (August 8, 2022) - Bump minimum Node version to `14` and bump Lerna to `5.1.8` diff --git a/package.json b/package.json index 81609aa..a8c6420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-parse", - "version": "3.0.0", + "version": "3.0.1", "description": "Turn a git repository into a javascript object.", "main": "dist", "scripts": {