Skip to content

Commit 4625f1c

Browse files
skwid138cig-bot
authored andcommitted
feat: add additional query string functions (#23)
* chore(dependencies): update node dependencies * build(php-helpers): add lint scripts * build(php-helpers): add lint config * feat(php-helpers): add additional query string funcs * build(php-helpers): remove phpcs config * build: add phpcs exclusions * build(composer-plugin-sandbox): update composer.lock fix(composer-plugin-sandbox): composer plugin-api version fix: fix root composer.lock * build(packages): update composer.lock (remove monorepo) Committed via a GitHub action: https://github.com/itcig/itcig/actions/runs/2104011110
1 parent 7941e87 commit 4625f1c

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.0](https://github.com/itcig/itcig/compare/@itcig/[email protected]...@itcig/[email protected]) (2022-04-06)
7+
8+
9+
### Features
10+
11+
* add additional query string functions ([#23](https://github.com/itcig/itcig/issues/23)) ([3b19671](https://github.com/itcig/itcig/commit/3b19671609b692519bcea043037f929a160b1b63))
12+
13+
14+
615
## [0.3.0](https://github.com/itcig/itcig/compare/@itcig/[email protected]...@itcig/[email protected]) (2022-03-10)
716

817

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itcig/php-coding-standards",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "phpcodesniffer-standard",
55
"description": "PHP_CodeSniffer rules (sniffs) to enforce CIG coding conventions",
66
"keywords": [
@@ -55,7 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-main": "0.3.x-dev"
58+
"dev-main": "0.4.x-dev"
5959
}
6060
}
6161
}

composer.lock

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@itcig/php-coding-standards",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"description": "PHP_CodeSniffer rules (sniffs) to enforce CIG coding conventions",
66
"author": {

0 commit comments

Comments
 (0)