Skip to content

Commit c7181c8

Browse files
authored
chore: update version in package.json (#66)
* chore: update version in package.json * docs: update changelog
1 parent e71fda5 commit c7181c8

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+
## 2.1.2 (June 28, 2022)
11+
1012
- Upgrade `minimist` dep `^1.2.6`
1113
- Allow whitespace in file names for files modified, deleted, or added in parsed commit output.
1214
- Add yarn resolutions for node-fetch `^2.6.7` and json-schema `^0.4.0` to avoid vulnerabilities.

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.1",
3+
"version": "2.1.2",
44
"description": "Turn a git repository into a javascript object.",
55
"main": "dist",
66
"scripts": {

0 commit comments

Comments
 (0)