Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-03-06)

### Features

* added binder ([#13](#13)) ([16bf355](16bf355))
* added LSP + diagnostics service ([#23](#23)) ([13bbf97](13bbf97))
* added parser ([#2](#2)) ([b750f26](b750f26))
* added scanner + test ([#1](#1)) ([20726c0](20726c0))
* added tsc, tslint, prettier, and a test source file ([4b92be1](4b92be1))
* added vscode extension with highlighting and snippets ([#15](#15)) ([8112d1d](8112d1d))
  • Loading branch information
semantic-release-bot committed Mar 6, 2019
1 parent 79adbfe commit 8ed265d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0 (2019-03-06)


### Features

* added binder ([#13](https://github.com/OmarTawfik/github-actions-js/issues/13)) ([16bf355](https://github.com/OmarTawfik/github-actions-js/commit/16bf355))
* added LSP + diagnostics service ([#23](https://github.com/OmarTawfik/github-actions-js/issues/23)) ([13bbf97](https://github.com/OmarTawfik/github-actions-js/commit/13bbf97))
* added parser ([#2](https://github.com/OmarTawfik/github-actions-js/issues/2)) ([b750f26](https://github.com/OmarTawfik/github-actions-js/commit/b750f26))
* added scanner + test ([#1](https://github.com/OmarTawfik/github-actions-js/issues/1)) ([20726c0](https://github.com/OmarTawfik/github-actions-js/commit/20726c0))
* added tsc, tslint, prettier, and a test source file ([4b92be1](https://github.com/OmarTawfik/github-actions-js/commit/4b92be1))
* added vscode extension with highlighting and snippets ([#15](https://github.com/OmarTawfik/github-actions-js/issues/15)) ([8112d1d](https://github.com/OmarTawfik/github-actions-js/commit/8112d1d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-js",
"version": "0.0.6",
"version": "1.0.0",
"description": "A VSCode extension and a parser/linter for GitHub workflow/action files.",
"publisher": "OmarTawfik",
"repository": {
Expand Down

0 comments on commit 8ed265d

Please sign in to comment.