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

Commit 169704d

Browse files
committed
bump version and update changelog [ci skip]
1 parent 2fa8afd commit 169704d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
## [0.10.14-dev.3] - 2018-03-25
10+
## [0.10.14] - 2018-04-10
1111

1212
- support link-files with "export { default as ... }"; syntax
1313
- fix merge of madge dependencies with package.json dependencies with dot in them

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "bit-javascript",
3-
"version": "0.10.14-dev.3",
3+
"version": "0.10.14",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)