Skip to content

Commit 7abc3c4

Browse files
committed
chore(release): 1.0.0
1 parent d3affb6 commit 7abc3c4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.0.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.9.0...v1.0.0) (2019-04-18)
6+
7+
8+
### Features
9+
10+
* **globalvar.json:** Update globalvar snippets with new prefix ([1a20ee2](https://github.com/h4kst3r/php-awesome-snippets/commit/1a20ee2))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* **globalvar.json:** Previous prefixes are no longer working.
16+
17+
18+
519
# [0.9.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.8.0...v0.9.0) (2019-04-18)
620

721

package.json

Lines changed: 1 addition & 1 deletion
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": "0.9.0",
4+
"version": "1.0.0",
55
"publisher": "HakCorp",
66
"description": "A fullset of snippets for PHP devs to boost coding productivity.",
77
"author": {

0 commit comments

Comments
 (0)