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 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jul 10, 2018
1 parent 14da1cb commit 12fdb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
23 changes: 1 addition & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [1.0.3-dev.10] - 2018-07-09
## [1.0.3] - 2018-07-10

- fix error "Cannot read property push of undefined" when a resolver throws an exception
- fix the resolver for an unknown extension

## [1.0.3-dev.9] - 2018-07-06

- bug fix - on Linux module path (require('a.js')) is resolved as relative path (require('./a.js'))

## [1.0.3-dev.8] - 2018-07-05

- improve the tree shaking mechanism to work with unlimited number of intermediate (link) files

## [1.0.3-dev.6] - 2018-07-04

- fix parsing error when a Vue file has a dependency prefix with a Tilde inside a style section

## [1.0.3-dev.4] - 2018-07-02

- fix resolution of style files (.scss, .css, .sass, .less) when required with no extension
- remove .json extension from the supported-files list as it doesn't have dependencies

## [1.0.3-dev.3] - 2018-06-29

- avoid passing unsupported files to the parser
- add parsing and resolving errors to the dependency tree
- add missing dependencies to the dependency tree

## [1.0.3-dev.2] - 2018-06-27

- fix detection of "export * from" syntax of ES6

## [1.0.3-dev.1] - 2018-06-27

- fix "Cannot read property 'lang' of null" error when resolving Vue dependencies

## [1.0.2] - 2018-06-26
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": "1.0.3-dev.10",
"version": "1.0.3",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint src && flow check || true",
Expand Down

0 comments on commit 12fdb27

Please sign in to comment.