Skip to content

Commit 2e801ca

Browse files
committed
chore(release): 0.0.2
1 parent 8a2d08d commit 2e801ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.2](https://github.com/initdc/hello-commitlint/compare/v0.0.1...v0.0.2) (2021-12-19)
6+
7+
8+
### Features
9+
10+
* add minus function ([b75bb95](https://github.com/initdc/hello-commitlint/commit/b75bb952e3e73edbadcee1b8b3144087394339d9))
11+
* add sum function ([4b8aae2](https://github.com/initdc/hello-commitlint/commit/4b8aae22ade88b6962490900a50030d0419fa246))
12+
* add time and devide function ([8a2d08d](https://github.com/initdc/hello-commitlint/commit/8a2d08df33349e1b98901cef4bebfc0d65710be2))
13+
514
### 0.0.1 (2021-12-19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-commitlint",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "It's time to style commit msg.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)