mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-25 19:50:21 -04:00
chore(release): 1.1.5 [skip ci]
## [1.1.5](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.4...v1.1.5) (2024-02-16) ### Bug Fixes * **deps:** update dependency chromedriver to v121 ([0d86797
](0d86797d02
))
This commit is contained in:
parent
5ce0249b21
commit
a43264c68c
3 changed files with 10 additions and 3 deletions
|
@ -3,6 +3,13 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.1.5](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.4...v1.1.5) (2024-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency chromedriver to v121 ([0d86797](https://github.com/scratchfoundation/scratch-blocks/commit/0d86797d024e3a690386b86462405a94cd4e0b38))
|
||||
|
||||
## [1.1.4](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.3...v1.1.4) (2024-02-16)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-blocks",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-blocks",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"chromedriver": "^121.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-blocks",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "Scratch Blocks is a library for building creative computing interfaces.",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue