Skip to content

Commit d0a9ae8

Browse files
committed
chore(release): bump version to 1.3.4 and update changelog
1 parent d671a50 commit d0a9ae8

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
run: |
4545
set -euo pipefail
4646
47-
PACKAGE_NAME="$(node -p \"require('./package.json').name\")"
48-
PACKAGE_VERSION="$(node -p \"require('./package.json').version\")"
47+
PACKAGE_NAME="$(node -p 'require("./package.json").name')"
48+
PACKAGE_VERSION="$(node -p 'require("./package.json").version')"
4949
TAG_NAME="${GITHUB_REF_NAME}"
5050
5151
echo "Repository: ${GITHUB_REPOSITORY}"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
This changelog is managed with changelogen and is updated by running the changelog workflow.
66

7+
## v1.3.4
8+
9+
[compare changes](https://github.com/yanuaraditia/shopify-app-tanstack/compare/v1.3.3...v1.3.4)
10+
11+
### 🏡 Chore
12+
13+
- **release:** Bump version to 1.3.3 and update changelog ([d671a50](https://github.com/yanuaraditia/shopify-app-tanstack/commit/d671a50))
14+
15+
### ❤️ Contributors
16+
17+
- Yanuar Aditia ([@ngalor](https://github.com/ngalor))
18+
719
## v1.3.3
820

921
[compare changes](https://github.com/yanuaraditia/shopify-app-tanstack/compare/v1.3.1...v1.3.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Shopify TanStack Router - to simplify building Shopify apps with TanStack Router",
33
"name": "@yanuaraditia/shopify-app-tanstack",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/yanuaraditia/shopify-app-tanstack.git"

0 commit comments

Comments
 (0)