Skip to content

Commit

Permalink
Merge pull request #11 from emjio/style_2021
Browse files Browse the repository at this point in the history
chore(release): 1.1.0
  • Loading branch information
emjio authored Oct 20, 2021
2 parents dc51510 + f0d3706 commit 65a7d7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Change Log
# Changelog

All notable changes to the "git-auto-commit" extension will be documented in this file.
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.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## 1.1.0 (2021-10-20)

## [Unreleased]

- Initial release
### Features

* 0.1.2 release ([716b135](https://github.com/emjio/git-auto-commit/commit/716b1350d32e7d1096c7eed10a54f3a70397516a))
* 加入开源许可证,更新readme ([efbcc37](https://github.com/emjio/git-auto-commit/commit/efbcc374bf376cbe254082d1c3dc887964bcb811))
* 日志改为较为安静的弹窗 ([4a224f3](https://github.com/emjio/git-auto-commit/commit/4a224f3f567e0736d963f60db5d6533f9a3fee00))


### Bug Fixes

* 修复当项目不是git 项目的时候运行时的预期之外报错 ([6620e29](https://github.com/emjio/git-auto-commit/commit/6620e29da59f970e76974e7bdf989c86c917dd56))

## [0.1.1 released]

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "auto commit your code",
"author": "emjio",
"publisher": "emjio",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/emjio/git-auto-commit.git",
"engines": {
"vscode": "^1.59.0"
Expand Down Expand Up @@ -52,7 +52,8 @@
"pretest": "yarn run test-compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"publish":"vsce package"
"release": "standard-version",
"publish": "vsce package"
},
"devDependencies": {
"@types/vscode": "^1.59.0",
Expand All @@ -66,6 +67,7 @@
"mocha": "^8.4.0",
"typescript": "^4.3.2",
"vscode-test": "^1.5.2",
"standard-version": "^7.0.0",
"ts-loader": "^9.2.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
Expand Down

0 comments on commit 65a7d7d

Please sign in to comment.