Skip to content

Commit 44b4bab

Browse files
author
Alex Corre
committed
chore(release): 1.0.0
1 parent 1116f5e commit 44b4bab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,22 @@
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+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/alexcorre/git-blame/compare/v0.4.12...v1.0.0) (2017-04-13)
57

8+
9+
### Bug Fixes
10+
11+
* **deps:** upgrade pathwatcher ([44f8a5d](https://github.com/alexcorre/git-blame/commit/44f8a5d))
12+
13+
14+
### Features
15+
16+
* **rewrite:** convert coffeescript to es6 + rewrite with new atom gutter apis (#171) ([4513896](https://github.com/alexcorre/git-blame/commit/4513896))
17+
* **yarn:** use yarn ([1116f5e](https://github.com/alexcorre/git-blame/commit/1116f5e))
18+
19+
20+
21+
# Change Log
22+
23+
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-blame",
33
"main": "./lib/index",
4-
"version": "0.4.12",
4+
"version": "1.0.0",
55
"description": "Toggle git-blame annotations in the gutter of atom editor.",
66
"activationCommands": {
77
"atom-text-editor": [

0 commit comments

Comments
 (0)