aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-02-05 22:35:11 +0100
committerBen Beltran <ben@nsovocal.com>2019-02-05 22:35:11 +0100
commit827094c97a8857e25bb2e0fb124cdb844d8fab3f (patch)
tree7ebd3f76327b8d9f5e4840592ce3f37e9fe63827
parent87d6a1eea2a2a114e65b912fe6cbda5ba3d5fe5b (diff)
parentb1cf6d7ccd532b35c845ba93170996f700ce59a7 (diff)
Merge branch 'release/1.0.0' into developdevelop
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
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"
},