Skip to content

Commit b7dff53

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.1...v1.4.0) (2024-07-10) ### Bug Fixes * rewrite npx semantic release command ([820e48e](820e48e)) * set lts to semantic release run command ([ccf6bf8](ccf6bf8)) * setup node js version in release yaml ([447cec7](447cec7)) * update package json (remove engine node) ([1d5c423](1d5c423)) ### Features * add parameters to vector layer ([e70a142](e70a142))
1 parent 820e48e commit b7dff53

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.4.0](https://github.com/DaVikingCode/react-openlayers/compare/v1.3.1...v1.4.0) (2024-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* rewrite npx semantic release command ([820e48e](https://github.com/DaVikingCode/react-openlayers/commit/820e48e2ff940b39cc8722588996315121028cc0))
7+
* set lts to semantic release run command ([ccf6bf8](https://github.com/DaVikingCode/react-openlayers/commit/ccf6bf81f6aba36ef56d165cf13a5552f336f38b))
8+
* setup node js version in release yaml ([447cec7](https://github.com/DaVikingCode/react-openlayers/commit/447cec780af822d9a0ce74334fc252dc49a35fd1))
9+
* update package json (remove engine node) ([1d5c423](https://github.com/DaVikingCode/react-openlayers/commit/1d5c42352247cd61b68b72dec1b3405f8fe4a564))
10+
11+
12+
### Features
13+
14+
* add parameters to vector layer ([e70a142](https://github.com/DaVikingCode/react-openlayers/commit/e70a142a5f3a3c4c406428de228974666934f062))
15+
116
## [1.3.1](https://github.com/DaVikingCode/react-openlayers/compare/v1.3.0...v1.3.1) (2024-3-5)
217

318

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,7 +1,7 @@
11
{
22
"name": "@daviking/openlayers",
33
"description": "Library wrapping open layers with react. ",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"license": "MIT",
66
"main": "./lib/cjs/index.js",
77
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)