Skip to content

Commit

Permalink
chore: 3.0.1 version bump (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-orsini committed Nov 9, 2022
1 parent f15c438 commit 0ee3567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 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.1 (Nov 9, 2022)

- Minor and patch bumps:
- `@babel/cli` to `^7.19.3`
- `@bable/core` to `^7.19.3`
Expand All @@ -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`
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": "3.0.0",
"version": "3.0.1",
"description": "Turn a git repository into a javascript object.",
"main": "dist",
"scripts": {
Expand Down

0 comments on commit 0ee3567

Please sign in to comment.