Skip to content

Commit acf7580

Browse files
authored
fix: typo (#11)
1 parent 5274549 commit acf7580

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2024-05-24
10+
11+
### Fixed
12+
13+
- Command title typo
14+
915
## [0.1.2] - 2024-03-09
1016

1117
### Fixed
@@ -49,7 +55,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
4955

5056
- Swap Tsconfig extension with command `swap-tsconfig` and settings `swap-tsconfig.exclude` and `swap-tsconfig.include`
5157

52-
[unreleased]: https://github.com/harrydowning/swap-tsconfig/compare/v0.1.2...HEAD
58+
[unreleased]: https://github.com/harrydowning/swap-tsconfig/compare/v0.1.3...HEAD
59+
[0.1.3]: https://github.com/harrydowning/swap-tsconfig/compare/v0.1.2...v0.1.3
5360
[0.1.2]: https://github.com/harrydowning/swap-tsconfig/compare/v0.1.1...v0.1.2
5461
[0.1.1]: https://github.com/harrydowning/swap-tsconfig/compare/v0.1.0...v0.1.1
5562
[0.1.0]: https://github.com/harrydowning/swap-tsconfig/compare/v0.0.1...v0.1.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swap-tsconfig",
33
"displayName": "Swap Tsconfig",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "Command to swap between multiple Typescript configuration files",
66
"categories": [
77
"Other"
@@ -33,7 +33,7 @@
3333
"commands": [
3434
{
3535
"command": "swap-tsconfig",
36-
"title": "Swap Tsconifg"
36+
"title": "Swap Tsconfig"
3737
}
3838
],
3939
"configuration": {

0 commit comments

Comments
 (0)