Skip to content

Commit b53d67e

Browse files
Merge tag '1.1.6' into develop
v1.1.6 1.1.6
2 parents 10e71f7 + d5f6430 commit b53d67e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: git flow init -d
3232
- name: Start release
3333
run: git flow release start ${{ github.event.inputs.new_version }}
34-
- name: Replace [Next] tags with new version number
34+
- name: Replace 1.1.6 tags with new version number
3535
uses: jacobtomlinson/gha-find-replace@master
3636
with:
3737
find: "(?i)\\[Next\\]"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Next]
4+
## 1.1.6
55

66
* [Changed] Updated NPM dependencies
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@micropackage/scripts",
33
"description": "Reusable scripts for (not only) WordPress development.",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"author": "Wojtek Szałkiewicz <[email protected]>",
66
"license": "GPL-3.0-or-later",
77
"homepage": "https://github.com/micropackage/scripts",

0 commit comments

Comments
 (0)