From 77187257d48974b7be68ce70c36a842cdeff539c Mon Sep 17 00:00:00 2001 From: Gilad Shoham Date: Wed, 24 Jan 2018 17:56:21 +0200 Subject: [PATCH] bump version and update change log --- CHANGELOG.md | 7 ++----- package.json | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470d855..600756b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 97deff0..19e8b72 100644 --- a/package.json +++ b/package.json @@ -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",