Skip to content

Commit 26a653f

Browse files
committed
Release v0.18.0
1 parent 4ea6afc commit 26a653f

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.18.0] - 2021-06-12
88

99
### Added
1010

@@ -196,7 +196,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
196196

197197
- Initial release
198198

199-
[unreleased]: https://github.com/Arcensoth/language-mcfunction/compare/v0.17.0...HEAD
199+
[unreleased]: https://github.com/Arcensoth/language-mcfunction/compare/v0.18.0...HEAD
200+
[0.18.0]: https://github.com/Arcensoth/language-mcfunction/compare/v0.17.0...v0.18.0
200201
[0.17.0]: https://github.com/Arcensoth/language-mcfunction/compare/v0.16.0...v0.17.0
201202
[0.16.0]: https://github.com/Arcensoth/language-mcfunction/compare/v0.15.0...v0.16.0
202203
[0.15.0]: https://github.com/Arcensoth/language-mcfunction/compare/v0.14.0...v0.15.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "language-mcfunction",
44
"icon": "icon.png",
55
"description": "Syntax highlighting for mcfunction files.",
6-
"version": "0.18.0-dev",
6+
"version": "0.18.0",
77
"publisher": "arcensoth",
88
"license": "MIT",
99
"repository": "https://github.com/Arcensoth/language-mcfunction",

0 commit comments

Comments
 (0)