diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4f4c7f..8cbc0470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [0.6.0](https://github.com/expo/vscode-expo/compare/0.5.0...0.6.0) (2021-06-09) + + +### New features + +* apply diff styling to modified preview lines ([#49](https://github.com/expo/vscode-expo/issues/49)) ([199dafe](https://github.com/expo/vscode-expo/commit/199dafee1ecf57d12a2906370a8cb270e681e396)) + + +### Bug fixes + +* app name change breaking ios previews ([#51](https://github.com/expo/vscode-expo/issues/51)) ([260883f](https://github.com/expo/vscode-expo/commit/260883f2d851a0e7c8cdb4045d41392856aa236a)) +* broken commit links in changelog ([f148d13](https://github.com/expo/vscode-expo/commit/f148d13789cd27b61a1dd5f1aac4646adfc7b76d)) +* clean up the clear modules file ([fd52236](https://github.com/expo/vscode-expo/commit/fd522369105c52b665cae0811848fde7458d25d8)) +* disable helpers on preview files ([#50](https://github.com/expo/vscode-expo/issues/50)) ([2aad139](https://github.com/expo/vscode-expo/commit/2aad13900f15100ad6cefd1ce5e988ad97422a9f)) +* sort mod result keys ([#52](https://github.com/expo/vscode-expo/issues/52)) ([3a5fd07](https://github.com/expo/vscode-expo/commit/3a5fd0790a7ad68c0bce93a6c2e1278f1947a184)) + + +### Other chores + +* be more strict with linting in ci ([0d0da51](https://github.com/expo/vscode-expo/commit/0d0da51287d80f4b3d06ca585400125183afbe26)) +* reduce the lint annotations in pull requests ([4b15ef3](https://github.com/expo/vscode-expo/commit/4b15ef31d51e830149b4cb77dee0ac19db7302e9)) +* remove skip ci from release commit ([d3eda4e](https://github.com/expo/vscode-expo/commit/d3eda4eddc13b3d2a680c046ed776d99f2b4b628)) + # Change Log All notable changes to this project will be documented in this file. @@ -136,6 +159,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 0.0.0 (2020-05-03) * chore: initial project setup ([bf1127f](https://github.com/expo/vscode-expo/commit/bf1127f)) - - - diff --git a/package.json b/package.json index a1e0ed49..183591a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-expo", "displayName": "Expo Tools", - "version": "0.5.0", + "version": "0.6.0", "description": "Expo tools for vscode", "keywords": [ "expo",