From 3e6ec7acdaf34c055d458159afa55fa636ff27c7 Mon Sep 17 00:00:00 2001 From: David Kellner <52860029+kellnerd@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:49:19 +0100 Subject: [PATCH] v0.8.5 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b399e64..63e5460 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The default build function provides all these features, but you can also write y npm install --save-dev kellnerd/userscript-bundler ``` - You can also install a specific version with `npm install --save-dev kellnerd/userscript-bundler#v0.8.4` (where the part after the hash can be any tag or commit). + You can also install a specific version with `npm install --save-dev kellnerd/userscript-bundler#v0.8.5` (where the part after the hash can be any tag or commit). 2. Create a build script and save it, e.g. as `build.js`: diff --git a/package-lock.json b/package-lock.json index 317eec5..9f75230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kellnerd/userscript-bundler", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@kellnerd/userscript-bundler", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "dependencies": { "@kellnerd/es-utils": "github:kellnerd/es-utils#v0.1.2", diff --git a/package.json b/package.json index 42b5af1..ee24aa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kellnerd/userscript-bundler", - "version": "0.8.4", + "version": "0.8.5", "author": "David Kellner", "description": "Builds userscripts and bookmarklets from ES modules", "keywords": [