Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Release/1.0.0 (#213)
Browse files Browse the repository at this point in the history
* Update changelog to v1.0.0

* Update package.json to v1.0.0

* CL :)
  • Loading branch information
buehler committed Jun 15, 2017
1 parent 57ee9a0 commit 329dbd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] :shipit:
#### Added
- Import grouping, imports are now grouped and sorted (read the docs in README) ([#102](https://github.com/buehler/typescript-hero/issues/102))
- Option to add a trailing comma to a multiline import (at the last import) ([#100](https://github.com/buehler/typescript-hero/issues/100))
Expand Down Expand Up @@ -186,7 +188,8 @@ The whole refactoring is part of ([#143](https://github.com/buehler/typescript-h
- Various bugs in AST parsing


[Unreleased]: https://github.com/buehler/typescript-hero/compare/v0.13.2...master
[Unreleased]: https://github.com/buehler/typescript-hero/compare/v1.0.0...master
[1.0.0]: https://github.com/buehler/typescript-hero/compare/v0.13.2...v1.0.0
[0.13.2]: https://github.com/buehler/typescript-hero/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/buehler/typescript-hero/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/buehler/typescript-hero/compare/v0.12.0...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"color": "#1e324c",
"theme": "dark"
},
"version": "0.13.2",
"version": "1.0.0",
"publisher": "rbbit",
"engines": {
"vscode": "^1.13.0",
Expand Down

0 comments on commit 329dbd0

Please sign in to comment.