Skip to content

Commit cfa5abc

Browse files
authored
Merge pull request #85 from rudderlabs/release/v1.4.7
chore(release): pull release/v1.4.7 into main
2 parents 48a3363 + daf6aa7 commit cfa5abc

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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.7](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.6...v1.4.7) (2023-10-04)
6+
7+
8+
### Bug Fixes
9+
10+
* Dockerfile to reduce vulnerabilities ([#42](https://github.com/rudderlabs/rudder-shopify-tracker/issues/42)) ([d782819](https://github.com/rudderlabs/rudder-shopify-tracker/commit/d7828193f4af4fcafefb96f553c6e52e80e86528))
11+
512
### [1.4.6](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.5...v1.4.6) (2023-09-26)
613

714

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.16.1
1+
FROM node:20.6
22

33
# Create app directory
44
WORKDIR /usr/src/app

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

0 commit comments

Comments
 (0)