Skip to content

Commit aa18989

Browse files
committed
Update version to 1.2.0
1 parent 216e7a8 commit aa18989

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
- Add tests
1010

11+
## [1.2.0] - 2020-11-26
12+
13+
### Changed
14+
15+
- Replace icon
16+
1117
## [1.1.0] - 2020-11-25
1218

1319
### Changed
@@ -20,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2026

2127
- Initial release
2228

23-
[Unreleased]: https://github.com/satosystems/searchrep/compare/v1.1.0...HEAD
29+
[Unreleased]: https://github.com/satosystems/searchrep/compare/v1.2.0...HEAD
30+
[1.2.0]: https://github.com/satosystems/searchrep/releases/tag/v1.2.0
2431
[1.1.0]: https://github.com/satosystems/searchrep/releases/tag/v1.1.0
2532
[1.0.0]: https://github.com/satosystems/searchrep/releases/tag/v1.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"icon": "images/icon.png",
99
"displayName": "SearchRep",
1010
"description": "Search and replace via search result editor",
11-
"version": "1.1.0",
11+
"version": "1.2.0",
1212
"engines": {
1313
"vscode": "^1.49.0"
1414
},

0 commit comments

Comments
 (0)