Skip to content

Commit c7ea5e2

Browse files
committed
chore(release): 0.3.0
1 parent 9ba096e commit c7ea5e2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.3.0](https://github.com/MuXiu1997/nvim/compare/v0.2.0...v0.3.0) (2022-06-21)
6+
7+
8+
### Features
9+
10+
* 🎸 Add Options for `Neovide` ([1029d36](https://github.com/MuXiu1997/nvim/commit/1029d36fed1255bb4ee86a2563a5854981a884c9))
11+
* 🎸 Add some mappings ([9ba096e](https://github.com/MuXiu1997/nvim/commit/9ba096e8d4fc3ac86d2af0e713469cff66b44bb2))
12+
* 🎸 Remove some extensions in `coc` ([566ef13](https://github.com/MuXiu1997/nvim/commit/566ef13929a637cda1a2b87c3197b9c16df29c9c))
13+
* 🎸 Update ui module ([fb4fdc9](https://github.com/MuXiu1997/nvim/commit/fb4fdc9d3c47627dd61944b55c21662d47f62215))
14+
515
## [0.2.0](https://github.com/MuXiu1997/nvim/compare/v0.1.0...v0.2.0) (2022-01-02)
616

717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nvim",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"scripts": {
66
"dev": "chokidar 'src/**/*' 'types/**/*' -c 'pnpm run build'",
77
"build": "scripts/build.mjs",

0 commit comments

Comments
 (0)