Skip to content

Commit 888435e

Browse files
committed
Merge branch 'version-bump'
2 parents 0afc7d1 + 41bc4b9 commit 888435e

File tree

5 files changed

+40
-19
lines changed

5 files changed

+40
-19
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
unreleased=true
2-
future-release=0.1.0
2+
future-release=0.1.1
33
user=itinerisltd
44
project=preconnect-cleaner

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/itinerisltd/preconnect-cleaner/tree/0.1.1) (2021-12-02)
4+
5+
[Full Changelog](https://github.com/itinerisltd/preconnect-cleaner/compare/0.1.0...0.1.1)
6+
7+
**Merged pull requests:**
8+
9+
- setup [\#2](https://github.com/ItinerisLtd/preconnect-cleaner/pull/2) ([codepuncher](https://github.com/codepuncher))
10+
- undefined index [\#1](https://github.com/ItinerisLtd/preconnect-cleaner/pull/1) ([codepuncher](https://github.com/codepuncher))
11+
12+
## [0.1.0](https://github.com/itinerisltd/preconnect-cleaner/tree/0.1.0) (2021-11-23)
13+
14+
[Full Changelog](https://github.com/itinerisltd/preconnect-cleaner/compare/f73bc0f35a2f251d48a900159e26447427ef10aa...0.1.0)
15+
16+
17+
18+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"php": "^7.4"
2828
},
2929
"require-dev": {
30-
"roave/security-advisories": "dev-master",
31-
"itinerisltd/itineris-wp-coding-standards": "^0.4.0"
30+
"itinerisltd/itineris-wp-coding-standards": "^0.4.0",
31+
"roave/security-advisories": "dev-master"
3232
},
3333
"extra": {
3434
"branch-alias": {

composer.lock

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

preconnect-cleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Preconnect Cleaner
55
* Plugin URI: https://github.com/ItinerisLtd/preconnect-cleaner/
66
* Description: Preconnect Cleaner.
7-
* Version: 0.1.0
7+
* Version: 0.1.1
88
* Author: Itineris Limited
99
* Author URI: https://www.itineris.co.uk/
1010
* Text Domain: preconnect-cleaner

0 commit comments

Comments
 (0)