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

Commit 94f8866

Browse files
committed
bump version and update changelog
1 parent ffb146b commit 94f8866

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
## [0.10.10-dev.1] - 2018-01-30
10+
## [0.10.10] - 2018-01-30
1111

1212
- restore old behavior of requiring package installation
1313

14-
1514
## [0.10.9] - 2018-01-24
1615

1716
- support case when there is no package.json

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

0 commit comments

Comments
 (0)