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

Commit 12fdb27

Browse files
committed
bump version and update changelog
1 parent 14da1cb commit 12fdb27

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

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

1212
- fix error "Cannot read property push of undefined" when a resolver throws an exception
1313
- fix the resolver for an unknown extension
14-
15-
## [1.0.3-dev.9] - 2018-07-06
16-
1714
- bug fix - on Linux module path (require('a.js')) is resolved as relative path (require('./a.js'))
18-
19-
## [1.0.3-dev.8] - 2018-07-05
20-
2115
- improve the tree shaking mechanism to work with unlimited number of intermediate (link) files
22-
23-
## [1.0.3-dev.6] - 2018-07-04
24-
2516
- fix parsing error when a Vue file has a dependency prefix with a Tilde inside a style section
26-
27-
## [1.0.3-dev.4] - 2018-07-02
28-
2917
- fix resolution of style files (.scss, .css, .sass, .less) when required with no extension
3018
- remove .json extension from the supported-files list as it doesn't have dependencies
31-
32-
## [1.0.3-dev.3] - 2018-06-29
33-
3419
- avoid passing unsupported files to the parser
3520
- add parsing and resolving errors to the dependency tree
3621
- add missing dependencies to the dependency tree
37-
38-
## [1.0.3-dev.2] - 2018-06-27
39-
4022
- fix detection of "export * from" syntax of ES6
41-
42-
## [1.0.3-dev.1] - 2018-06-27
43-
4423
- fix "Cannot read property 'lang' of null" error when resolving Vue dependencies
4524

4625
## [1.0.2] - 2018-06-26

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "1.0.3-dev.10",
3+
"version": "1.0.3",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)