Skip to content

Commit 4ef29f5

Browse files
committed
v1.0.0-rc5
1 parent 19ea93c commit 4ef29f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

1010
- Initial public release
1111

12-
## [1.0.0-rc3]
12+
## [1.0.0-rc5]
1313

1414
- Latest release candidate of Shopify Express package, built on release candidate `6.0.0-rc9` of Shopify API for JavaScript.
1515
- Includes the `SessionStorage` capabilities moved from the API package to this one.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-app-express",
3-
"version": "1.0.0-rc4",
3+
"version": "1.0.0-rc5",
44
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express",
55
"repository": {
66
"type": "git",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SHOPIFY_EXPRESS_LIBRARY_VERSION = '1.0.0-rc4';
1+
export const SHOPIFY_EXPRESS_LIBRARY_VERSION = '1.0.0-rc5';

0 commit comments

Comments
 (0)