diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ca50c..07b93a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the "api-notation" extension will be documented in this f Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] +## 1.0.0 - 2019-02-05 - Import from https://gitlab.com/rbdr/api-notation.tmLanguage - Add VSCode publishing info + +[Unreleased]: https://gitlab.com/rbdr/api-notation.vscode/compare/v1.0.0...HEAD diff --git a/package.json b/package.json index 44e125e..2319e61 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "API Notation", "description": "Syntax Highlighting for API notation", "publisher": "rbdr", - "version": "0.2.1", + "version": "1.0.0", "engines": { "vscode": "^1.30.0" }, |