Skip to content

Commit

Permalink
bump version and update changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jun 6, 2018
1 parent 576c8b5 commit e4d4f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [13.0.0-dev.9] - 2018-06-06

- support mixed mode of common-js and ES6 ("require" and "import" together)
- fix adding the same file with different letter cases (uppercase/lowercase)

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-bin",
"version": "13.0.0-dev.8",
"version": "13.0.0-dev.9",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit e4d4f9b

Please sign in to comment.