Skip to content

Commit

Permalink
bump version and update changelog (v13.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jul 24, 2018
1 parent 978a981 commit 10e3e95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [13.0.4-dev.3 - 2018-07-22]
## [[13.0.4] - 2018-07-24](https://github.com/teambit/bit/releases/tag/v13.0.4)

### New
- send component origin repo in headers

## [13.0.4-dev.2 - 2018-07-22]
### Changes
- improve `bit test` to run tests not only on new and modified components but also on auto-tag pending components

### Bug fixes
- fix `bit import` of a component with authored dependencies
- generate npm links for Vue packages correctly without adding .vue extension to the package
- fix `bit add` to not throw an error for imported components when mainFile is a relative path to consumer

## [13.0.4-dev.1 - 2018-07-17]

- improve `bit test` to run tests not only on new and modified components but also on auto-tag pending components
- fix error "Cannot read property 'missing' of undefined" when a dependency of dependency has parsing errors (bit-javascript)

## [[13.0.3] - 2018-07-12](https://github.com/teambit/bit/releases/tag/v13.0.3)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4-dev.3",
"version": "13.0.4",
"license": "Apache-2.0",
"main": "./dist/api.js",
"preferGlobal": true,
Expand Down

0 comments on commit 10e3e95

Please sign in to comment.