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

Commit

Permalink
bump version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jan 24, 2018
1 parent 268793d commit 7718725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased
## [unreleased]

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

- support case when there is no package.json

## [0.10.9-dev.1] - 2018-01-22

- support removing components from workspaces and dependecies in package.json

## [0.10.8] - 2018-01-18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bit-javascript",
"version": "0.10.9-dev.2",
"version": "0.10.9",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint src && flow check || true",
Expand Down

0 comments on commit 7718725

Please sign in to comment.