diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2ff42..893a869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.0.2 - 2021-04-21 + ### Changed - reduce package size by bundling extension with esbuild. +### Fixed + +- fixed "\n" being included in urls for permalinks. + ## 1.0.1 - 2021-04-17 ### Fixed diff --git a/package.json b/package.json index 89cdb81..0149756 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "githubinator", "displayName": "Githubinator", "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.", - "version": "1.0.1", + "version": "1.0.2", "publisher": "chdsbd", "license": "SEE LICENSE IN LICENSE", "icon": "images/logo256.png",