Skip to content

Commit

Permalink
Merge pull request #106 from SpringRoll/release/3.6.0-SR-10
Browse files Browse the repository at this point in the history
Release/3.6.0 SR-10
  • Loading branch information
selenaqian authored Oct 25, 2024
2 parents 909720c + 4e6cd85 commit f1ca901
Show file tree
Hide file tree
Showing 13 changed files with 4,549 additions and 2,129 deletions.
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: [16.x,18.x]
node-version: [18.x,20.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: 18.15.0
node-version: 20.18.0
registry-url: https://registry.npmjs.org/

- name: install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.18.0
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@ 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.5.0] - Unreleased
## [3.6.0] - 2024-10-25

### Changed

- Updated node version to 20.18.0 [ticket](https://pbskids.atlassian.net/browse/SR-6)
- Dependabot updates ([ticket](https://pbskids.atlassian.net/browse/SR-7)):
- body-parser from 1.20.2 to 1.20.3
- braces from 3.0.2 to 3.0.3
- cookie from 0.4.2 to 0.7.2
- engine.io from 6.5.4 to 6.5.5
- follow-redirects from 1.15.4 to 1.15.6
- requirejs from 2.3.6 to 2.3.7
- rollup from 3.29.4 to 3.29.5
- socket.io from 4.7.3 to 4.8.0
- socket.io-adapter from 2.5.2 to 2.5.5
- webpack from 5.89.0 to 5.94.0
- ws from 8.11.0 to 8.17.1
- Updated LICENSE file copyright information [ticket](https://pbskids.atlassian.net/browse/SR-19)

## [3.5.0] - 2024-01-16

### Changed

- Updated package-lock to include more recent versions of dependencies flagged by dependabot [ticket](https://www.pivotaltracker.com/story/show/186244911)
- Update to Readme based on Github Issue [link](https://github.com/SpringRoll/Bellhop/issues/91)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 CloudKid
Copyright (c) SpringRoll

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions 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: 2 additions & 2 deletions 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 f1ca901

Please sign in to comment.