Skip to content

Commit 5b8b22d

Browse files
committed
release v0.1.0
1 parent bcb81a0 commit 5b8b22d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "web-extension" extension will be documented in this
44

55
## [Unreleased]
66

7+
- Nothing planned yet.
8+
9+
## [0.1.0] - 2019-05-20
10+
### Added
11+
712
- Provide autocomplete for all chrome API
813

914
## [0.0.1] - 2019-3-5

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Provides Autocompletion for chrome extension API. Work in progress.
88

99
## Release Notes
1010

11-
### 0.0.1
11+
### 0.1.0
1212

13-
Initial release of the extension.
13+
- Provide autocomplete for all chrome API
1414

1515
## Issues
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "web-extension",
33
"displayName": "web-extension",
44
"description": "Extension to help with creating chrome/firefox browser extensions.",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "VaibhavVishal",
77
"repository": "https://github.com/vaibhavhrt/web-extension",
88
"engines": {

0 commit comments

Comments
 (0)