Skip to content

Commit f7772f7

Browse files
committed
v2.1.1
1 parent fa11911 commit f7772f7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v2.0.0](https://github.com/aspirantzhang/php-enhanced-snippets/compare/v1.1.3...v2.0.0)
7+
#### [v2.1.1](https://github.com/aspirantzhang/php-enhanced-snippets/compare/v2.1.0...v2.1.1)
8+
9+
- feat: add php class snippets for php and html [`fa11911`](https://github.com/aspirantzhang/php-enhanced-snippets/commit/fa11911ff4f3ef5d9b82566a113dd2447d3a7c32)
10+
11+
#### [v2.1.0](https://github.com/aspirantzhang/php-enhanced-snippets/compare/v2.0.0...v2.1.0)
12+
13+
> 23 December 2021
14+
15+
- docs: add intro of starting verstion [`75a8e25`](https://github.com/aspirantzhang/php-enhanced-snippets/commit/75a8e25cf8828efa212482a9267ccd4980336a6f)
16+
17+
### [v2.0.0](https://github.com/aspirantzhang/php-enhanced-snippets/compare/v1.1.3...v2.0.0)
18+
19+
> 22 December 2021
820
921
- refactor: delete existing snippets [`05fe1b1`](https://github.com/aspirantzhang/php-enhanced-snippets/commit/05fe1b1fabfd13e5fb3e19d128f58446f6a94db3)
1022
- refactor: init [`c97354d`](https://github.com/aspirantzhang/php-enhanced-snippets/commit/c97354d35f96da4ed77940c4dd64f4f095a09855)

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-enhanced-snippets",
33
"displayName": "PHP Enhanced Snippets",
4-
"version": "2.0.0",
4+
"version": "2.1.1",
55
"publisher": "aspirantzhang",
66
"description": "Provide a complete set of code snippets for PHP developers.",
77
"author": {
@@ -40,6 +40,10 @@
4040
{
4141
"language": "html",
4242
"path": "./snippets/html/class.json"
43+
},
44+
{
45+
"language": "php",
46+
"path": "./snippets/php/class.json"
4347
}
4448
]
4549
},

0 commit comments

Comments
 (0)