Skip to content

Commit

Permalink
Bump version to 0.3.3-node14.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jan 5, 2022
1 parent 6f0e703 commit 2d9e2a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15
14.16.0
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [`main`](https://github.com/walterra/react-milestones-vis/tree/main)

No public interface changes since `v0.3.2-node14`.
No public interface changes since `v0.3.3-node14`.

## [`v0.3.3-node14`](https://github.com/walterra/react-milestones-vis/tree/v0.3.3-node14)

- Update node to `14.16.0`.

## [`v0.3.2-node14`](https://github.com/walterra/react-milestones-vis/tree/v0.3.2-node14)

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-milestones-vis",
"version": "0.3.2-node14",
"version": "0.3.3-node14",
"description": "React component for d3-milestones, a d3 based timeline visualization.",
"keywords": [
"react",
Expand All @@ -21,7 +21,8 @@
"Walter Rafelsberger <walter.rafelsberger@elastic.co>"
],
"engines": {
"node": ">=14.15.4"
"node": "14.16.0",
"yarn": "^1.21.1"
},
"private": false,
"main": "./build/index.js",
Expand All @@ -32,7 +33,7 @@
"storybook": "start-storybook -p 6006",
"deploy-storybook": "gh-pages -d storybook-static",
"build-storybook": "build-storybook",
"prepublish": "yarn build"
"prepublishOnly": "yarn build"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 2d9e2a3

Please sign in to comment.