Skip to content

Commit 2370ed3

Browse files
committed
Adjust how changelog is created to that releases can be automatically created
1 parent d83b96b commit 2370ed3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.2] - 2021-08-20
11+
12+
### Added
13+
14+
- Adjust how changelog is created to that releases can be automatically created
15+
1016
## [2.2.1] - 2021-08-20
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"license": "MIT",
15-
"version": "2.2.1",
15+
"version": "2.2.2",
1616
"publisher": "getpsalm",
1717
"categories": [
1818
"Linters",

0 commit comments

Comments
 (0)