diff --git a/CHANGELOG.md b/CHANGELOG.md index be6d988..ffeabfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.3.0...v1.4.0) (2023-11-22) + + +### Features + +* **startercode:** Add new starter code ([e1942de](https://github.com/ff6347/p5-code-sandbox/commit/e1942de6e31440afe741b07e9f4aa5bc7a107774)) + # [1.3.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.2.0...v1.3.0) (2023-11-18) diff --git a/package-lock.json b/package-lock.json index f54d61d..b205acd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ff6347/p5-sandbox", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ff6347/p5-sandbox", - "version": "1.3.0", + "version": "1.4.0", "hasInstallScript": true, "dependencies": { "@astrojs/check": "0.3.1", diff --git a/package.json b/package.json index 510234b..e4d9ab4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ff6347/p5-sandbox", "private": true, - "version": "1.3.0", + "version": "1.4.0", "type": "module", "scripts": { "copy:p5": "mkdirp ./public/lib && shx cp -r ./node_modules/p5/lib ./public/",