diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8958f..e1dc91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.2.2](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v2.2.0...v2.2.2) (2020-07-30) + + +### Bug Fixes + +* **ion-router-outlet:** add closing slash for tag ([926aae7](https://github.com/fivethree-team/vscode-ionic-snippets/commit/926aae71155636447de946d07dd89ebe1285f03f)) +* **searchbar:** template number ([dd387b8](https://github.com/fivethree-team/vscode-ionic-snippets/commit/dd387b8a9d7e8008227f24c5d2f63bc503d5d3b6)) +* **vue:** remove ion-router-outlet ([a04eed7](https://github.com/fivethree-team/vscode-ionic-snippets/commit/a04eed73e8b0bef9e2c4bab558043906d1fccffc)) + + + ## [2.2.1](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v2.2.0...v2.2.1) (2020-05-15) diff --git a/package.json b/package.json index 585a09b..fc4c9cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-ionic-snippets", "displayName": "Ionic Snippets", "description": "Ionic snippets for VS Code", - "version": "2.2.1", + "version": "2.2.2", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",