Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit dedf174

Browse files
committed
bump version and update dependencies [ci skip]
1 parent 647a1c8 commit dedf174

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.10.15] - 2018-04-19
11+
1012
- fix resolve-node-package process for Windows
1113

1214
## [0.10.14] - 2018-04-10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "0.10.15-dev.1",
3+
"version": "0.10.15",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)