We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c0e6e commit 0ae1a1bCopy full SHA for 0ae1a1b
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# ChangeLogs
2
3
+## Version 1.0.5
4
+
5
+- :see_no_evil: .npmignore is added
6
+- :green_heart: .travis.yml is updated
7
+ - Cache ~/.npm directory
8
+ - Except release tags
9
+- :memo: CHANGELOG.md is added
10
+- :memo: CODE_OF_CONDUCT.md is added
11
+- :pencil2: Typo at 'description' of 'badges' is fixed
12
+- :hammer: package.json is updated
13
+ - Declaration file is generated directly by `tsc`
14
+ - Use `rimraf` instead of `rm` command
15
+- :wrench: tsconfig.json is updated
16
+ - Declaration file is generated to lib/ by `tsc`
17
+ - 'typeRoots' is added
18
+ - 'include' is added
19
20
## Version 1.0.4
21
22
- :pushpin: Node.js v14.x is supported
0 commit comments