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

Commit a237411

Browse files
committed
bump version and update changelog
1 parent fcef40d commit a237411

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [0.10.17-dev.10] - 2018-06-15
11-
12-
- fix handle tsx files when detectiveOption is empty
13-
14-
## [0.10.17-dev.9] - 2018-06-05
10+
## [1.0.0] - 2018-06-18
1511

12+
- support custom module resolution
1613
- support mixed mode of common-js and ES6 ("require" and "import" together)
17-
18-
## [0.10.17-dev.7] - 2018-05-30
19-
14+
- support "export X from Y" syntax of ES6 without importing X first
15+
- fix handle tsx files when detectiveOption is empty
2016
- bug fix - packages on d.ts files were not recognized
21-
22-
## [0.10.17-dev.5] - 2018-05-27
23-
2417
- lock stylable version since the new version no longer support node 6
25-
26-
## [0.10.17-dev.4] - 2018-05-17
27-
28-
- support custom module resolution
29-
30-
## [0.10.17-dev.2] - 2018-05-15
31-
32-
- fix issue with load package deps when main file not in the root of the package
33-
34-
## [0.10.17-dev.1] - 2018-05-14
35-
36-
- support "export X from Y" syntax of ES6 without importing X first
18+
- fix issue with load package dependencies when main file not in the root of the package
3719

3820
## [0.10.16] - 2018-05-09
3921

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": "0.10.17-dev.10",
3+
"version": "1.0.0",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)