Apply suggestions from code review

pull/17029/head
Rich Harris 2 days ago committed by GitHub
parent 84f099fe48
commit f11325da43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.41.5",
"version": "5.42.0",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.41.5';
export const VERSION = '5.42.0';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save