Skip to content

Commit c181eef

Browse files
committed
Release 0.3.0
1 parent c79862e commit c181eef

File tree

2 files changed

+24
-40
lines changed

2 files changed

+24
-40
lines changed

CHANGELOG.md

Lines changed: 23 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,43 @@
1-
# CHANGE LOG
1+
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/)
56
and this project adheres to [Semantic Versioning](http://semver.org/).
67

7-
----
88
## [Unreleased]
99

10-
### Added
11-
10+
## [0.3.0] - 2021-10-12
1211
### Changed
13-
14-
### Deprecated
15-
16-
### Removed
17-
18-
### Fixed
12+
- Upgrade to `@cucumber/cucumber-expressions 14.0.0`
13+
- Upgrade to `@cucumber/suggest 0.0.6`
1914

2015
## [0.2.0] - 2021-09-15
21-
2216
### Changed
23-
24-
* Upgrade to `@cucumber/cucumber-expressions 13.0.1`
17+
- Upgrade to `@cucumber/cucumber-expressions 13.0.1`
2518

2619
## [0.1.1] - 2021-09-08
27-
2820
### Fixed
29-
30-
* Fix insertion of completion items so it always replaces the full line rather than appending to the end.
31-
([#1737](https://github.com/cucumber/common/pull/1737)
32-
[aslakhellesoy])
21+
- Fix insertion of completion items so it always replaces the full line rather than appending to the end.
22+
([#1737](https://github.com/cucumber/common/pull/1737)
23+
[aslakhellesoy](https://github.com/aslakhellesoy))
3324

3425
## [0.1.0] - 2021-09-07
35-
3626
### Added
37-
38-
* Add `CucumberInfoBuilder` and `CucumberInfo`
39-
([#1734](https://github.com/cucumber/common/pull/1734)
40-
[aslakhellesoy])
41-
* Document Formatting
42-
([#1732](https://github.com/cucumber/common/pull/1732)
43-
[aslakhellesoy])
27+
- Add `CucumberInfoBuilder` and `CucumberInfo`
28+
([#1734](https://github.com/cucumber/common/pull/1734)
29+
[aslakhellesoy](https://github.com/aslakhellesoy))
30+
- Document Formatting
31+
([#1732](https://github.com/cucumber/common/pull/1732)
32+
[aslakhellesoy](https://github.com/aslakhellesoy))
4433

4534
## [0.0.1] - 2021-09-02
46-
4735
### Added
48-
49-
* First release
50-
51-
<!-- Releases -->
52-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.2.0...main
53-
[0.2.0]: https://github.com/cucumber/language-service/compare/v0.1.1...v0.2.0
54-
[0.1.1]: https://github.com/cucumber/language-service/compare/v0.1.0...v0.1.1
55-
[0.1.0]: https://github.com/cucumber/language-service/compare/v0.0.1...v0.1.0
56-
[0.0.1]: https://github.com/cucumber/language-service/tree/v0.0.1
57-
58-
<!-- Contributors in alphabetical order -->
59-
[aslakhellesoy]: https://github.com/aslakhellesoy
36+
- First release
37+
38+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.3.0...main
39+
[0.3.0]: https://github.com/cucumber/language-service/compare/v0.2.0...v0.3.0
40+
[0.2.0]: https://github.com/cucumber/language-service/compare/v0.1.1...v0.2.0
41+
[0.1.1]: https://github.com/cucumber/language-service/compare/v0.1.0...v0.1.1
42+
[0.1.0]: https://github.com/cucumber/language-service/compare/v0.0.1...v0.1.0
43+
[0.0.1]: https://github.com/cucumber/language-service/tree/v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)