Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodson committed Dec 11, 2023
1 parent b51b51e commit 36d3a6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopify-script-creator",
"private": true,
"version": "0.34.1",
"version": "0.34.2",
"description": "Shopify Script Creator",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ChangeLogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function ChangeLogContent({newVersion} = props) {
<h3 id="changelog">Change Log</h3>

<ul>
<li><a target="_blank" rel="noreferrer noopener" href="https://github.com/jgodson/shopify-script-creator/pull/91">Fix</a> for an unexpected case when the variant sku was nil</li>
<li>A proper <a target="_blank" rel="noreferrer noopener" href="https://github.com/jgodson/shopify-script-creator/pull/92">fix</a> for an unexpected case when the variant sku was nil. The previous fix in v0.34.1 caused a different error.</li>
</ul>

<div style={{paddingTop: '2rem'}}>
Expand Down
2 changes: 1 addition & 1 deletion src/versions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
currentVersion: "0.34.1",
currentVersion: "0.34.2",
minimumVersion: "0.1.0",
}

0 comments on commit 36d3a6c

Please sign in to comment.