From e4932054b57141d428c499dac8cedebe41e680c4 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 23 Nov 2023 12:53:41 +0800 Subject: [PATCH] v4.5.1 - emergy bugfix release --- HISTORY.md | 4 +++ README.md | 17 +++++------ index.cjs | 4 --- package-lock.json | 29 ++++++++---------- package.json | 78 +++++++++++++++++++---------------------------- test.cjs | 4 --- tsconfig.json | 2 +- 7 files changed, 57 insertions(+), 81 deletions(-) delete mode 100644 index.cjs delete mode 100644 test.cjs diff --git a/HISTORY.md b/HISTORY.md index 2a709ca..8797089 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v4.5.1 2023 November 23 + +- Fix incompatibility with editions, due to v4.5.0 and v4.4.0 requiring editions to operate + ## v4.5.0 2023 November 23 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/README.md b/README.md index 9bca322..44fd245 100644 --- a/README.md +++ b/README.md @@ -87,14 +87,14 @@ Doesn't do special handling for `-releaseTag` and `0.x` versions.

Deno

``` typescript -import pkg from 'https://unpkg.com/version-range@^4.5.0/edition-deno/index.ts' +import pkg from 'https://unpkg.com/version-range@^4.5.1/edition-deno/index.ts' ```

Skypack

``` html ``` @@ -102,7 +102,7 @@ import pkg from 'https://unpkg.com/version-range@^4.5.0/edition-deno/index.ts' ``` html ``` @@ -110,7 +110,7 @@ import pkg from 'https://unpkg.com/version-range@^4.5.0/edition-deno/index.ts' ``` html ``` @@ -118,12 +118,11 @@ import pkg from 'https://unpkg.com/version-range@^4.5.0/edition-deno/index.ts'

This package is published with the following editions:

-