Skip to content

Commit

Permalink
chore: create new release 0.6.0
Browse files Browse the repository at this point in the history
## [0.6.0](0.5.0...0.6.0) (2021-06-09)

### New features

* apply diff styling to modified preview lines ([#49](#49)) ([199dafe](199dafe))

### Bug fixes

* app name change breaking ios previews ([#51](#51)) ([260883f](260883f))
* broken commit links in changelog ([f148d13](f148d13))
* clean up the clear modules file ([fd52236](fd52236))
* disable helpers on preview files ([#50](#50)) ([2aad139](2aad139))
* sort mod result keys ([#52](#52)) ([3a5fd07](3a5fd07))

### Other chores

* be more strict with linting in ci ([0d0da51](0d0da51))
* reduce the lint annotations in pull requests ([4b15ef3](4b15ef3))
* remove skip ci from release commit ([d3eda4e](d3eda4e))
  • Loading branch information
semantic-release-bot committed Jun 9, 2021
1 parent f148d13 commit 1c3a517
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1c3a517

Please sign in to comment.