Skip to content

Commit 0f8d81e

Browse files
committed
Release 0.14.1
1 parent 4860e2f commit 0f8d81e

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/release-npm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
environment: Release
1212
steps:
1313
- uses: actions/checkout@v3
14+
- uses: mymindstorm/setup-emsdk@v11
15+
with:
16+
# See https://github.com/tree-sitter/tree-sitter/blob/master/cli/emscripten-version
17+
version: 2.0.24
1418
- uses: actions/setup-node@v3
1519
with:
1620
node-version: '16'

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.14.1] - 2022-04-25
11+
### Fixed
12+
- Fix GitHub Action for releasing
13+
1014
## [0.14.0] - 2022-04-25
1115
### Added
1216
- Added support for C# ([#29](https://github.com/cucumber/language-service/pull/29), [#35](https://github.com/cucumber/language-service/pull/35))
@@ -107,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
107111
([#1732](https://github.com/cucumber/common/pull/1732)
108112
[aslakhellesoy](https://github.com/aslakhellesoy))
109113

110-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.14.0...HEAD
114+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.14.1...HEAD
115+
[0.14.1]: https://github.com/cucumber/language-service/compare/v0.14.0...v0.14.1
111116
[0.14.0]: https://github.com/cucumber/language-service/compare/v0.13.0...v0.14.0
112117
[0.13.0]: https://github.com/cucumber/language-service/compare/v0.12.1...v0.13.0
113118
[0.12.1]: https://github.com/cucumber/language-service/compare/v0.12.0...v0.12.1

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)