Skip to content

Commit

Permalink
Merge pull request #87 from SpringRoll/release/3.4.0
Browse files Browse the repository at this point in the history
Release/3.4.0
  • Loading branch information
jeremymccurdy-redspace authored Apr 26, 2023
2 parents 15d9d9e + a434634 commit 206ff45
Show file tree
Hide file tree
Showing 12 changed files with 4,980 additions and 2,337 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"plugins": [
["@babel/plugin-transform-runtime",
{
"regenerator": true
"regenerator": true,
"version": "7.21.4"
}
]
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [16.x,18.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 18.15.0
registry-url: https://registry.npmjs.org/

- name: install
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.15.0
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.0] - 2023-04-19

### Changed

- Added .nvmrc file and set target node version to 18.15.0
- Updated Rollup to 3.20.2
- Updated the following Rollup dependencies:
- @babel/cli to 7.21.0
- @babel/plugin-transform-runtime to 7.21.4
- @rollup/plugin-babel to 6.0.3
- @rollup/plugin-commonjs to 24.0.1
- @rollup/plugin-node-resolve to 15.0.2
- @rollup/plugin-terser to 0.4.0
- @rollup/plugin-eslint to 9.0.3
- Dependabot updates:
- minimatch from 3.0.4 to 3.1.2
- mocha from 8.4.0 to 10.2.0
- nanoid from 3.1.20 to 3.3.3
- webpack from 5.75.0 to 5.76.0

## [3.3.1] - 2023-03-07

### Changed
Expand Down
4 changes: 3 additions & 1 deletion dist/bellhop-umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bellhop-umd.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/bellhop.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bellhop.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 206ff45

Please sign in to comment.