Skip to content

Commit 140ed1c

Browse files
author
Doğa Gürdal
committed
chore(release): 0.3.0
1 parent a42864f commit 140ed1c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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="0.3.0"></a>
6+
# [0.3.0](https://github.com/flyntwp/flynt-vscode-snippets/compare/v0.2.1...v0.3.0) (2018-01-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **snippets/json:** add default values for maxlength properties ([a08190f](https://github.com/flyntwp/flynt-vscode-snippets/commit/a08190f))
12+
* **snippets/json:** add missing pipe ([c21db99](https://github.com/flyntwp/flynt-vscode-snippets/commit/c21db99))
13+
* **snippets/json:** add missing pipes to choice in post object snippet ([8b17013](https://github.com/flyntwp/flynt-vscode-snippets/commit/8b17013))
14+
* **snippets/json:** order ACF user snippet tabbing correctly ([a42864f](https://github.com/flyntwp/flynt-vscode-snippets/commit/a42864f))
15+
* **snippets/json:** reorder ACF checkbox field snippet and set correct type ([607e811](https://github.com/flyntwp/flynt-vscode-snippets/commit/607e811))
16+
* **snippets/json:** use choices option for appropriate snippets ([f7b5e40](https://github.com/flyntwp/flynt-vscode-snippets/commit/f7b5e40))
17+
18+
19+
### Features
20+
21+
* **snippets/json:** add ACF accordion field snippet ([5d5a5dd](https://github.com/flyntwp/flynt-vscode-snippets/commit/5d5a5dd))
22+
* **snippets/json:** add ACF link field snippet ([5f43e8d](https://github.com/flyntwp/flynt-vscode-snippets/commit/5f43e8d))
23+
* **snippets/json:** add custom post type config snippet ([4bc780e](https://github.com/flyntwp/flynt-vscode-snippets/commit/4bc780e))
24+
25+
26+
527
<a name="0.2.1"></a>
628
## [0.2.1](https://github.com/flyntwp/flynt-vscode-snippets/compare/v0.2.0...v0.2.1) (2018-01-02)
729

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flynt-vscode-snippets",
33
"displayName": "Flynt Snippets",
44
"description": "Snippets for development with the Flynt framework.",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"publisher": "flyntwp",
77
"license": "MIT",
88
"bugs": {

0 commit comments

Comments
 (0)