From 329dbd0f736c63763658067204e9eb321f550f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Thu, 15 Jun 2017 15:59:18 +0200 Subject: [PATCH] Release/1.0.0 (#213) * Update changelog to v1.0.0 * Update package.json to v1.0.0 * CL :) --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d514c6..e027746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package-lock.json b/package-lock.json index d225cbe..21d585b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typescript-hero", - "version": "0.13.2", + "version": "1.0.0", "lockfileVersion": 1, "dependencies": { "@types/chai": { diff --git a/package.json b/package.json index 9e6f65d..cb97c92 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "color": "#1e324c", "theme": "dark" }, - "version": "0.13.2", + "version": "1.0.0", "publisher": "rbbit", "engines": { "vscode": "^1.13.0",