We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c6840 commit b897d69Copy full SHA for b897d69
CHANGELOG.md
@@ -3,6 +3,18 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+<a name="0.1.0"></a>
7
+# 0.1.0 (2020-12-17)
8
+
9
10
+### Features
11
12
+* optional対応 ([f9c6840](https://github.com/Himenon/node-lib-template/commit/f9c6840))
13
14
15
16
17
18
<a name="0.0.7"></a>
19
## 0.0.7 (2020-12-15)
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himenon/node-lib-template",
- "version": "0.0.7",
+ "version": "0.1.0",
"private": true,
"description": "node library template",
"keywords": [
0 commit comments