Skip to content

Commit 3d0b3ec

Browse files
committed
2.2.1
1 parent 08c81b3 commit 3d0b3ec

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/paulshryock/release-bump/compare/HEAD..v2.2.0)
7+
## [Unreleased](https://github.com/paulshryock/release-bump/compare/HEAD..v2.2.1)
88

99
### Added
1010

1111
### Changed
12-
- Update `file` util methods.
13-
- Update test coverage.
1412

1513
### Deprecated
1614

@@ -20,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2018

2119
### Security
2220

21+
## [2.2.1](https://github.com/paulshryock/release-bump/releases/tag/v2.2.1) - 2021/07/29
22+
23+
### Changed
24+
- Update `file` util methods.
25+
- Update test coverage.
26+
2327
## [2.2.0](https://github.com/paulshryock/release-bump/releases/tag/v2.2.0) - 2021/07/28
2428

2529
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-bump",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Release Bump handles version bump tasks for a code release.",
55
"keywords": [
66
"release",

0 commit comments

Comments
 (0)