Skip to content

Commit 9771f05

Browse files
committed
0.1.0
1 parent b1de572 commit 9771f05

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## v0.1.0 (2022-05-05)
4+
5+
### Features
6+
7+
- esmify ([0429e51](https://github.com/nlibjs/esmify/commit/0429e51209b8c20b60285a368426f67b8cdbc8da))
8+
- it works ([dcc39d2](https://github.com/nlibjs/esmify/commit/dcc39d2fd4c87bd06093783376772934b47375c9))
9+
10+
### Bug Fixes
11+
12+
- normalize relative path ([b1de572](https://github.com/nlibjs/esmify/commit/b1de5723a58ebcd2f01478f9bd2d02ac0ea48986))
13+
- merge glob ([5ba60c0](https://github.com/nlibjs/esmify/commit/5ba60c0cff7bd44c08a6f1fcd42c7d06a37c7a79))
14+
15+
### Tests
16+
17+
- normalize filepath ([716dae4](https://github.com/nlibjs/esmify/commit/716dae48c840afe1e8605a92e90ef8ca569bf9c8))
18+
19+
### Code Refactoring
20+
21+
- add glob ([44e9713](https://github.com/nlibjs/esmify/commit/44e97139bbdbfe851e5f61e853e8d191c0480809))
22+
23+
### Documentation
24+
25+
- add docs ([5d83094](https://github.com/nlibjs/esmify/commit/5d83094e7338d02d3e579d64f181b118f7bf9bd8))
26+
27+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.0.0",
6+
"version": "0.1.0",
77
"license": "Apache-2.0",
88
"author": {
99
"name": "Kei Ito",

0 commit comments

Comments
 (0)