Skip to content

Commit 5025dc8

Browse files
authored
Merge pull request #80 from rudderlabs/hotfix-release/v1.4.5
chore(release): pull hotfix-release/v1.4.5 into main
2 parents 3510c77 + 49d2c71 commit 5025dc8

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.github/workflows/build-and-push-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-transformer-image-arm64:
17-
name: Build Shopify Tracker Docker Image
17+
name: Build Shopify Tracker Docker Image
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

.github/workflows/prod-deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ jobs:
4141
secrets:
4242
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
4343
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
44-
44+
4545
create-pull-request:
4646
name: Create Pull Request for Shopify Tracker Helm Chart
4747
runs-on: ubuntu-latest
4848
needs: [extract-version, build]
4949
env:
5050
TAG_NAME: ${{ needs.extract-version.outputs.version }}
5151

52-
5352
steps:
5453
- name: Initialize Mandatory Git Config
5554
run: |

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.5](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.4...v1.4.5) (2023-09-26)
6+
7+
8+
### Bug Fixes
9+
10+
* formatting files ([#79](https://github.com/rudderlabs/rudder-shopify-tracker/issues/79)) ([8f6f771](https://github.com/rudderlabs/rudder-shopify-tracker/commit/8f6f77139a3d68bbf20f6284a8eda7e7c324f566))
11+
512
### [1.4.4](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.3...v1.4.4) (2023-09-26)
613

714
### [1.4.3](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.2...v1.4.3) (2023-09-26)

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.4",
3+
"version": "1.4.5",
44
"description": "Tracks client-side events on Shopify stores",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)