Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuXiu1997 committed Dec 29, 2021
1 parent b00d62d commit bd9ea3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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.1.0 (2021-12-29)


### Features

* 🎸 core ([cf2180a](https://github.com/MuXiu1997/nvim/commit/cf2180a7f84b798bb3011df7b34a7d6a553cce5b))
* 🎸 init.lua ([ec34345](https://github.com/MuXiu1997/nvim/commit/ec34345ff3e0c7d06e10e75efcdb20090c4b5651))
* 🎸 lib ([74a83c4](https://github.com/MuXiu1997/nvim/commit/74a83c44473c55e3ba9e7b2922a9c88412577621))
* 🎸 modules ([d6a4111](https://github.com/MuXiu1997/nvim/commit/d6a41115ebbe140e20c8682c6d165064a3c674ee))
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.0.0",
"version": "0.1.0",
"scripts": {
"dev": "chokidar 'src/**/*' 'types/**/*' -c 'pnpm run build'",
"build": "scripts/build.mjs"
Expand Down

0 comments on commit bd9ea3f

Please sign in to comment.