Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuXiu1997 committed Feb 27, 2023
1 parent cf97a2d commit 65ef887
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [0.3.1](https://github.com/MuXiu1997/nvim/compare/v0.3.0...v0.3.1) (2023-02-27)


### Features

* Add some mappings ([2ce819e](https://github.com/MuXiu1997/nvim/commit/2ce819ecfed36452ad959d80eda43dc02327af23))
* Update nvim-treesitter config ([f2e3c64](https://github.com/MuXiu1997/nvim/commit/f2e3c64001045e67d5ed11818a00a5cd2a0423ab))

## [0.3.0](https://github.com/MuXiu1997/nvim/compare/v0.2.0...v0.3.0) (2022-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nvim",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"dev": "chokidar 'src/**/*' 'types/**/*' -c 'pnpm run build'",
"build": "scripts/build.mjs",
Expand Down

0 comments on commit 65ef887

Please sign in to comment.