Skip to content

Commit f97c0de

Browse files
committed
Release 1.3.0
1 parent b3f7f0c commit f97c0de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

7-
## [Unreleased]
7+
## [1.3.0] - 2019-09-16
88
- Renamed some variables to be more understandable.
99
- ``def`` -> ``promLanguageDefinition``
1010
- ``conf`` -> ``languageConfiguration``
@@ -41,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- Created two exported objects : ``conf: IRichLanguageConfiguration`` & ``language: ILanguage``.
4242
- Created the repository (cloned from [monaco-languages](https://github.com/microsoft/monaco-languages/)).
4343

44-
[Unreleased]: https://github.com/celian-garcia/monaco-languages-promql/compare/v1.2.0...HEAD
44+
[Unreleased]: https://github.com/celian-garcia/monaco-languages-promql/compare/v1.3.0...HEAD
45+
[1.3.0]: https://github.com/celian-garcia/monaco-languages-promql/compare/v1.2.0...v1.3.0
4546
[1.2.0]: https://github.com/celian-garcia/monaco-languages-promql/compare/v1.1.0...v1.2.0
4647
[1.1.0]: https://github.com/celian-garcia/monaco-languages-promql/compare/v1.0.0...v1.1.0
4748
[1.0.0]: https://github.com/celian-garcia/monaco-languages-promql/releases/tag/v1.0.0

0 commit comments

Comments
 (0)