Skip to content

Commit 48a3363

Browse files
authored
Merge pull request #83 from rudderlabs/hotfix-release/v1.4.6
chore(release): pull hotfix-release/v1.4.6 into main
2 parents 5025dc8 + f18a3d6 commit 48a3363

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/workflows/publish-new-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
channel-id: ${{ secrets.SLACK_RELEASE_CHANNEL_ID }}
9999
payload: |
100100
{
101-
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U02AE5GMMHV> <@U01LVJ30QEB> <@U03NAD30MTJ> <@U02AGPP420Y> <@U035SSC9NSH>",
101+
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U01LVJ30QEB> <@U01FG952S8Y>",
102102
"blocks": [
103103
{
104104
"type": "header",
@@ -114,7 +114,7 @@ jobs:
114114
"type": "section",
115115
"text": {
116116
"type": "mrkdwn",
117-
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U02AE5GMMHV> <@U01LVJ30QEB> <@U03NAD30MTJ> <@U02AGPP420Y> <@U035SSC9NSH>"
117+
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U01LVJ30QEB> <@U01FG952S8Y>"
118118
}
119119
}
120120
]

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4.6](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.5...v1.4.6) (2023-09-26)
6+
7+
8+
### Bug Fixes
9+
10+
* the release owners ([#82](https://github.com/rudderlabs/rudder-shopify-tracker/issues/82)) ([a312cdb](https://github.com/rudderlabs/rudder-shopify-tracker/commit/a312cdb9ef4fa591d1116e2b5ea245fb77d1cc5d))
11+
512
### [1.4.5](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.4...v1.4.5) (2023-09-26)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rudderstack-shopify-tracker",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Tracks client-side events on Shopify stores",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)