File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 0.14.2] - 2022-04-25
11+ ### Fixed
12+ - Only build wasm in local development
13+
1014## [ 0.14.1] - 2022-04-25
1115### Fixed
1216- Fix GitHub Action for releasing
@@ -111,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
111115([ #1732 ] ( https://github.com/cucumber/common/pull/1732 )
112116[ aslakhellesoy] ( https://github.com/aslakhellesoy ) )
113117
114- [ Unreleased ] : https://github.com/cucumber/language-service/compare/v0.14.1...HEAD
118+ [ Unreleased ] : https://github.com/cucumber/language-service/compare/v0.14.2...HEAD
119+ [ 0.14.2 ] : https://github.com/cucumber/language-service/compare/v0.14.1...v0.14.2
115120[ 0.14.1 ] : https://github.com/cucumber/language-service/compare/v0.14.0...v0.14.1
116121[ 0.14.0 ] : https://github.com/cucumber/language-service/compare/v0.13.0...v0.14.0
117122[ 0.13.0 ] : https://github.com/cucumber/language-service/compare/v0.12.1...v0.13.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @cucumber/language-service" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.2 " ,
44 "description" : " Cucumber Language Service" ,
55 "type" : " module" ,
66 "main" : " dist/cjs/src/index.js" ,
3636 "eslint-fix" : " eslint --ext ts --max-warnings 0 --fix src test" ,
3737 "eslint" : " eslint --ext ts --max-warnings 0 src test" ,
3838 "upgrade" : " npm-check-updates --upgrade" ,
39- "prepare" : " husky install" ,
40- "pretty-quick-staged" : " pretty-quick --staged" ,
41- "postinstall" : " scripts/build.js && cp node_modules/web-tree-sitter/tree-sitter.wasm dist"
39+ "prepare" : " husky install && scripts/build.js && cp node_modules/web-tree-sitter/tree-sitter.wasm dist" ,
40+ "pretty-quick-staged" : " pretty-quick --staged"
4241 },
4342 "repository" : {
4443 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments