Skip to content

Commit 4f83010

Browse files
committed
chore(release): 1.1.0
1 parent 0e0a6e1 commit 4f83010

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
# [1.1.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v1.0.0...v1.1.0) (2019-04-18)
6+
7+
8+
### Features
9+
10+
* **package.json:** Add snippets available in Plain Text context and PHP tags available in HTML one ([3b21da7](https://github.com/h4kst3r/php-awesome-snippets/commit/3b21da7))
11+
* **statement.json:** Add __DIR__ placeholder in 'include' and 'require' snippets to use absolute path ([b1a381b](https://github.com/h4kst3r/php-awesome-snippets/commit/b1a381b))
12+
13+
14+
515
# [1.0.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.9.0...v1.0.0) (2019-04-18)
616

717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-awesome-snippets",
33
"displayName": "PHP Awesome Snippets",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"publisher": "hakcorp",
66
"description": "A fullset of snippets for PHP devs to boost coding productivity.",
77
"author": {
@@ -132,4 +132,4 @@
132132
}
133133
]
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)