Skip to content

Commit 8729eaa

Browse files
committed
chore(release): 0.1.7
1 parent 37cabfa commit 8729eaa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1.7](https://github.com/yeukfei02/notely/compare/v0.1.6...v0.1.7) (2022-06-30)
6+
7+
8+
### Features
9+
10+
* 🎸 add codeEditor ([1ebf2f1](https://github.com/yeukfei02/notely/commit/1ebf2f1523e3778d62074bd2616841777747c828))
11+
* 🎸 add handleFolderChipClick ([a29d618](https://github.com/yeukfei02/notely/commit/a29d618f7e1b8b455c30e797b4383a2deedc208c))
12+
* 🎸 add type, normal text and markdown api and ui ([345daf7](https://github.com/yeukfei02/notely/commit/345daf7fe33e51ee9d71cd0712b511cd52e17797))
13+
14+
15+
### Bug Fixes
16+
17+
* 🐛 fix gql query and mutation ([1196101](https://github.com/yeukfei02/notely/commit/1196101ca4bcabd801a3959dd56778548a9995a1))
18+
* 🐛 fix to use renderTextarea func ([71bdeb7](https://github.com/yeukfei02/notely/commit/71bdeb7269c9df46a3feb076f9586146d7b8e8eb))
19+
* 🐛 fix ui and update var ([f711820](https://github.com/yeukfei02/notely/commit/f711820fc74093ce83e82731ce6c584ed66f81e7))
20+
521
### [0.1.6](https://github.com/yeukfei02/notely/compare/v0.1.5...v0.1.6) (2022-06-30)
622

723

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notely",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"license": "MIT",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)