Skip to content

Commit d3b029f

Browse files
authored
release 1.0.2 (#45)
1 parent 004876e commit d3b029f

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,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 1.0.2 - 2021-04-21
11+
1012
### Changed
1113

1214
- reduce package size by bundling extension with esbuild.
1315

16+
### Fixed
17+
18+
- fixed "\n" being included in urls for permalinks.
19+
1420
## 1.0.1 - 2021-04-17
1521

1622
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "githubinator",
33
"displayName": "Githubinator",
44
"description": "Quickly open files on Github and other providers. View blame information, copy permalinks and more. See the \"commands\" section of the README for more details.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "chdsbd",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/logo256.png",

0 commit comments

Comments
 (0)