From f19e8e34bfe7e7f39ed65398eee8253f34d677a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Jul 2022 14:34:23 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/busyhe/nvim/compare/v1.1.1...v1.2.0) (2022-07-26) ### Features * add github copilot plugin ([38a218b](https://github.com/busyhe/nvim/commit/38a218bee5a968811e66fec7a430b40ba7fa825c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a965a62..c0ec352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/busyhe/nvim/compare/v1.1.1...v1.2.0) (2022-07-26) + + +### Features + +* add github copilot plugin ([38a218b](https://github.com/busyhe/nvim/commit/38a218bee5a968811e66fec7a430b40ba7fa825c)) + ## [1.1.1](https://github.com/busyhe/nvim/compare/v1.1.0...v1.1.1) (2022-07-25) diff --git a/package.json b/package.json index 6abef9d..e1e8fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nvim", - "version": "1.1.1", + "version": "1.2.0", "description": "busyhe neovim config", "repository": "git@github.com:busyhe/nvim.git", "author": "busyhe ",