Skip to content

Commit 2d2a912

Browse files
committed
release: 1.0.1 [skip ci]
### [1.0.1](v1.0.0...v1.0.1) (2023-01-28) #### 🪄 Fixes * Use console.log for output, retire debug log function, improve type usage ([70e4053](70e4053)) #### ⚙️ Build system * Reorganize output distributables ([cb4346d](cb4346d))
1 parent 70e4053 commit 2d2a912

File tree

4 files changed

+46
-59
lines changed

4 files changed

+46
-59
lines changed

Diff for: CHANGELOG.md

+40-53
Original file line numberDiff line numberDiff line change
@@ -4,75 +4,62 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

7-
## 1.0.0 (2023-01-27)
8-
9-
#### ✨ Features
10-
11-
- Add drone ci test pipeline ([ae66e28][3])
12-
- Add github action to lint and test ([dafd93f][4])
13-
- Add support for exports ([32188ab][5])
14-
- Add tests and update plugin version ([948baea][6])
15-
- Automate package publishing ([2fd6c22][7])
16-
- Handle ../ paths ([470b358][8])
17-
- Skip type-only imports and exports ([49fdd96][9])
18-
- Support ExportAllDeclaration ([8a39cf6][10])
7+
### [1.0.1][3] (2023-01-28)
198

209
#### 🪄 Fixes
2110

22-
- ✅replace "false" extension value to "undefined" for default value tests ([054921e][11])
23-
- 🐛replace extension properly ([0609c35][12])
24-
- Add linter(standardjs) ([db0f337][13])
25-
- Don't exclude relative paths ([99668ab][14])
26-
- Make drone use npm ci instead of npm install ([1c2c16f][15])
27-
- Missing import ([3aa9d12][16])
11+
- Use console.log for output, retire debug log function, improve type usage ([70e4053][4])
2812

2913
#### ⚙️ Build System
3014

31-
- **readme:** update maintenance badge ([4d47b6e][17])
32-
- Update tooling ([74a87dd][18])
15+
- Reorganize output distributables ([cb4346d][5])
3316

34-
## 1.0.0 (2023-01-27)
17+
## [1.0.0][6] (2023-01-27)
3518

3619
#### ✨ Features
3720

38-
- Add drone ci test pipeline ([ae66e28][3])
39-
- Add github action to lint and test ([dafd93f][4])
40-
- Add support for exports ([32188ab][5])
41-
- Add tests and update plugin version ([948baea][6])
42-
- Automate package publishing ([2fd6c22][7])
43-
- Handle ../ paths ([470b358][8])
44-
- Skip type-only imports and exports ([49fdd96][9])
45-
- Support ExportAllDeclaration ([8a39cf6][10])
21+
- Add drone ci test pipeline ([ae66e28][7])
22+
- Add github action to lint and test ([dafd93f][8])
23+
- Add support for exports ([32188ab][9])
24+
- Add tests and update plugin version ([948baea][10])
25+
- Automate package publishing ([2fd6c22][11])
26+
- Handle ../ paths ([470b358][12])
27+
- Skip type-only imports and exports ([49fdd96][13])
28+
- Support ExportAllDeclaration ([8a39cf6][14])
4629

4730
#### 🪄 Fixes
4831

49-
- ✅replace "false" extension value to "undefined" for default value tests ([054921e][11])
50-
- 🐛replace extension properly ([0609c35][12])
51-
- Add linter(standardjs) ([db0f337][13])
52-
- Don't exclude relative paths ([99668ab][14])
53-
- Make drone use npm ci instead of npm install ([1c2c16f][15])
54-
- Missing import ([3aa9d12][16])
32+
- ✅replace "false" extension value to "undefined" for default value tests ([054921e][15])
33+
- 🐛replace extension properly ([0609c35][16])
34+
- Add linter(standardjs) ([db0f337][17])
35+
- Don't exclude relative paths ([99668ab][18])
36+
- Make drone use npm ci instead of npm install ([1c2c16f][19])
37+
- Missing import ([3aa9d12][20])
5538

5639
#### ⚙️ Build System
5740

58-
- **readme:** update maintenance badge ([4d47b6e][17])
59-
- Update tooling ([74a87dd][18])
41+
- **readme:** update maintenance badge ([4d47b6e][21])
42+
- Update tooling ([74a87dd][22])
6043

6144
[1]: https://conventionalcommits.org
6245
[2]: https://semver.org
63-
[3]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/ae66e28d2ff61c1207bfa65c37a6541031c9504d
64-
[4]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/dafd93fd33a5aab03734e64619ec84161ac42d73
65-
[5]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/32188ab1317f1936e364d98658ff915f5d4dafd3
66-
[6]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/948baeab189090375faf956397c370b62abc555a
67-
[7]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/2fd6c22cf181baa83e8c6eac2fbdd6653f57b423
68-
[8]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/470b358a0d749c1cee3ab0f3f5b649d3f05490ed
69-
[9]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/49fdd9684668b8437bd11c4c5f03b40c1af50acd
70-
[10]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/8a39cf60884d430c70be94183e70d11e25bb4ecd
71-
[11]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/054921ee3cacd13a60a1837c4ab302310a5c1422
72-
[12]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0609c3524352763f743f9d3994f9e22847c28971
73-
[13]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/db0f337812e99cfd58c56d5f1fe3a320e60892e7
74-
[14]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/99668ab304703adcb329b60ff3ef29a88f5d3aad
75-
[15]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/1c2c16f27e37a8376acd50799f07e8ae00e88d73
76-
[16]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/3aa9d12066bd8469beee641a9d79007bacc1dd41
77-
[17]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/4d47b6e0b2e9892aa563a525ed61e9a5087c59bf
78-
[18]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/74a87ddcaeb6a3fae6ebeb0376910e1ad4408784
46+
[3]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.0.0...v1.0.1
47+
[4]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/70e405373905799a7cc565d841f585fe87f12a26
48+
[5]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/cb4346dc02e9df632acf7ac734f85c5c76c6d51d
49+
[6]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/32188ab1317f1936e364d98658ff915f5d4dafd3...v1.0.0
50+
[7]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/ae66e28d2ff61c1207bfa65c37a6541031c9504d
51+
[8]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/dafd93fd33a5aab03734e64619ec84161ac42d73
52+
[9]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/32188ab1317f1936e364d98658ff915f5d4dafd3
53+
[10]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/948baeab189090375faf956397c370b62abc555a
54+
[11]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/2fd6c22cf181baa83e8c6eac2fbdd6653f57b423
55+
[12]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/470b358a0d749c1cee3ab0f3f5b649d3f05490ed
56+
[13]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/49fdd9684668b8437bd11c4c5f03b40c1af50acd
57+
[14]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/8a39cf60884d430c70be94183e70d11e25bb4ecd
58+
[15]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/054921ee3cacd13a60a1837c4ab302310a5c1422
59+
[16]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0609c3524352763f743f9d3994f9e22847c28971
60+
[17]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/db0f337812e99cfd58c56d5f1fe3a320e60892e7
61+
[18]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/99668ab304703adcb329b60ff3ef29a88f5d3aad
62+
[19]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/1c2c16f27e37a8376acd50799f07e8ae00e88d73
63+
[20]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/3aa9d12066bd8469beee641a9d79007bacc1dd41
64+
[21]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/4d47b6e0b2e9892aa563a525ed61e9a5087c59bf
65+
[22]: https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/74a87ddcaeb6a3fae6ebeb0376910e1ad4408784

Diff for: docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ babel-plugin-transform-rewrite-imports
3434

3535
#### Defined in
3636

37-
[index.ts:10](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/9fb052d/src/index.ts#L10)
37+
[index.ts:10](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/70e4053/src/index.ts#L10)
3838

3939
## Variables
4040

@@ -44,7 +44,7 @@ babel-plugin-transform-rewrite-imports
4444

4545
#### Defined in
4646

47-
[index.ts:37](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/9fb052d/src/index.ts#L37)
47+
[index.ts:29](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/70e4053/src/index.ts#L29)
4848

4949
## Functions
5050

@@ -58,4 +58,4 @@ babel-plugin-transform-rewrite-imports
5858

5959
#### Defined in
6060

61-
[index.ts:47](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/9fb052d/src/index.ts#L47)
61+
[index.ts:39](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/70e4053/src/index.ts#L39)

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-rewrite-imports",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Add an extension to import specifiers that do not already have one, replace the extensions of those that do, or even rewrite specifiers entirely.",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)