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

Commit 7718725

Browse files
committed
bump version and update change log
1 parent 268793d commit 7718725

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [unreleased
8+
## [unreleased]
99

10-
## [0.10.9-dev.2] - 2018-01-22
10+
## [0.10.9] - 2018-01-24
1111

1212
- support case when there is no package.json
13-
14-
## [0.10.9-dev.1] - 2018-01-22
15-
1613
- support removing components from workspaces and dependecies in package.json
1714

1815
## [0.10.8] - 2018-01-18

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

0 commit comments

Comments
 (0)