Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğa Gürdal committed Jan 4, 2018
1 parent a42864f commit 140ed1c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.

<a name="0.3.0"></a>
# [0.3.0](https://github.com/flyntwp/flynt-vscode-snippets/compare/v0.2.1...v0.3.0) (2018-01-04)


### Bug Fixes

* **snippets/json:** add default values for maxlength properties ([a08190f](https://github.com/flyntwp/flynt-vscode-snippets/commit/a08190f))
* **snippets/json:** add missing pipe ([c21db99](https://github.com/flyntwp/flynt-vscode-snippets/commit/c21db99))
* **snippets/json:** add missing pipes to choice in post object snippet ([8b17013](https://github.com/flyntwp/flynt-vscode-snippets/commit/8b17013))
* **snippets/json:** order ACF user snippet tabbing correctly ([a42864f](https://github.com/flyntwp/flynt-vscode-snippets/commit/a42864f))
* **snippets/json:** reorder ACF checkbox field snippet and set correct type ([607e811](https://github.com/flyntwp/flynt-vscode-snippets/commit/607e811))
* **snippets/json:** use choices option for appropriate snippets ([f7b5e40](https://github.com/flyntwp/flynt-vscode-snippets/commit/f7b5e40))


### Features

* **snippets/json:** add ACF accordion field snippet ([5d5a5dd](https://github.com/flyntwp/flynt-vscode-snippets/commit/5d5a5dd))
* **snippets/json:** add ACF link field snippet ([5f43e8d](https://github.com/flyntwp/flynt-vscode-snippets/commit/5f43e8d))
* **snippets/json:** add custom post type config snippet ([4bc780e](https://github.com/flyntwp/flynt-vscode-snippets/commit/4bc780e))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/flyntwp/flynt-vscode-snippets/compare/v0.2.0...v0.2.1) (2018-01-02)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flynt-vscode-snippets",
"displayName": "Flynt Snippets",
"description": "Snippets for development with the Flynt framework.",
"version": "0.2.1",
"version": "0.3.0",
"publisher": "flyntwp",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 140ed1c

Please sign in to comment.