Skip to content

Commit

Permalink
v4.14.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jan 7, 2024
1 parent cbd04b8 commit 6d40cf5
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 311 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 2024 January 3
# https://github.com/bevry/base

# never modify any line ending in any file, disregarding all nonsense from eol, autocrlf, renormalize, safecrlf, usecrlfattr, allBinary
* -text

# =====================================
# CUSTOM
1 change: 0 additions & 1 deletion .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- '20'
- '21'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: Install Deno
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## v4.14.0 2024 January 8

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io), [Frontend Masters](https://FrontendMasters.com), [Mr. Henry](https://mrhenry.be), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)
- Enable export for Web Browsers

## v4.13.0 2023 December 28

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@ The above results are expected, but not what the [`semver` package](https://www.

Doesn't do special handling for `-releaseTag` and `0.x` versions.

## Related

This package comprises this suite of related packages:

- [version-clean](https://github.com/bevry/version-clean)
- [version-compare](https://github.com/bevry/version-compare)
- [version-range](https://github.com/bevry/version-range)

And if you are specifically interested in Node.js and ECMAScript versions:

- [ecmascript-versions](https://github.com/bevry/ecmascript-versions)
- [nodejs-ecmascript-compatibility](https://github.com/bevry/nodejs-ecmascript-compatibility)
- [nodejs-releases](https://github.com/bevry/nodejs-releases)
- [nodejs-schedule](https://github.com/bevry/nodejs-schedule)
- [nodejs-versions](https://github.com/bevry/nodejs-versions)

<!-- INSTALL/ -->

## Install
Expand All @@ -84,27 +100,27 @@ Doesn't do special handling for `-releaseTag` and `0.x` versions.
### [Deno](https://deno.land "Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js")

``` typescript
import pkg from 'https://unpkg.com/version-range@^4.13.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/version-range@^4.14.0/edition-deno/index.ts'
```
### [Skypack](https://www.skypack.dev "Skypack is a JavaScript Delivery Network for modern web apps")

``` html
<script type="module">
import pkg from '//cdn.skypack.dev/version-range@^4.13.0'
import pkg from '//cdn.skypack.dev/version-range@^4.14.0'
</script>
```
### [unpkg](https://unpkg.com "unpkg is a fast, global content delivery network for everything on npm")

``` html
<script type="module">
import pkg from '//unpkg.com/version-range@^4.13.0'
import pkg from '//unpkg.com/version-range@^4.14.0'
</script>
```
### [jspm](https://jspm.io "Native ES Modules CDN")

``` html
<script type="module">
import pkg from '//dev.jspm.io/version-range@4.13.0'
import pkg from '//dev.jspm.io/version-range@4.14.0'
</script>
```
### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.")
Expand Down Expand Up @@ -164,6 +180,8 @@ This package is published with the following editions:
- [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher
- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
- [Codecov](https://codecov.io) — Empower developers with tools to improve code quality and testing.
- [Frontend Masters](https://FrontendMasters.com) — The training platform for web app engineering skills – from front-end to full-stack! 🚀
- [Mr. Henry](https://mrhenry.be)
- [Poonacha Medappa](https://poonachamedappa.com)
- [Rob Morris](https://github.com/Rob-Morris)
- [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games.
Expand All @@ -179,6 +197,7 @@ This package is published with the following editions:
- [dr.dimitru](https://veliovgroup.com)
- [Elliott Ditman](https://elliottditman.com)
- [entroniq](https://gitlab.com/entroniq)
- [Frontend Masters](https://FrontendMasters.com)
- [GitHub](https://github.com/about)
- [Hunter Beast](https://cryptoquick.com)
- [Jean-Luc Geering](https://github.com/jlgeering)
Expand All @@ -187,7 +206,7 @@ This package is published with the following editions:
- [Mohammed Shah](https://github.com/smashah)
- [Mr. Henry](https://mrhenry.be)
- [Nermal](https://arjunaditya.vercel.app)
- [Pleo](https://www.pleo.io)
- [Pleo](https://pleo.io)
- [Poonacha Medappa](https://poonachamedappa.com)
- [Rob Morris](https://github.com/Rob-Morris)
- [Robert de Forest](https://github.com/rdeforest)
Expand Down
Loading

0 comments on commit 6d40cf5

Please sign in to comment.