Skip to content

Commit c90809c

Browse files
1.0.0 CHANGELOG [skip ci]
# 1.0.0 (2023-01-22) ### Bug Fixes * add index.ts ([9feca86](9feca86))
1 parent 9feca86 commit c90809c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2023-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add index.ts ([9feca86](https://github.com/JS-AK/test-dep-44/commit/9feca8643b16a0211b344cf767debb01e9d6342f))

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
},
99
"main": "build/index.js",
1010
"types": "build/index.d.ts",
11-
"files": ["build", "LICENSE", "README.md", "package.json"],
11+
"files": [
12+
"build",
13+
"LICENSE",
14+
"README.md",
15+
"package.json"
16+
],
1217
"scripts": {
1318
"build": "tsc",
1419
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)