Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.18.357...v4.0.0) (2024-10-30)

### Bug Fixes

* fix mkdirp import ([cfd31fd](cfd31fd))
* handle paginated results more carefully ([2930b8a](2930b8a))
* only retry the actual download ([905f004](905f004))

* refactor!: stop using babel-node ([44c4b97](44c4b97))

### Features

* report progress during tx-pull-www ([b501bdd](b501bdd))

### BREAKING CHANGES

* Some files have been renamed from '.js' to '.mjs'
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent 5f3c9ff commit e281dca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.357...v4.0.0) (2024-10-30)


### Bug Fixes

* fix mkdirp import ([cfd31fd](https://github.com/scratchfoundation/scratch-l10n/commit/cfd31fda7157c287bf3ca21688afefcb90bae2a0))
* handle paginated results more carefully ([2930b8a](https://github.com/scratchfoundation/scratch-l10n/commit/2930b8a02b7fd73f4e200aba16ea4f76a44b7f27))
* only retry the actual download ([905f004](https://github.com/scratchfoundation/scratch-l10n/commit/905f004b1511b4b399735e9659bca0538f297a43))


* refactor!: stop using babel-node ([44c4b97](https://github.com/scratchfoundation/scratch-l10n/commit/44c4b975819dafc8f598227f1297da8b8946aa05))


### Features

* report progress during tx-pull-www ([b501bdd](https://github.com/scratchfoundation/scratch-l10n/commit/b501bddc6bcfabf9f4d8114b28c21aef4c9119c9))


### BREAKING CHANGES

* Some files have been renamed from '.js' to '.mjs'

## [3.18.357](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.356...v3.18.357) (2024-10-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scratch-l10n",
"version": "3.18.357",
"version": "4.0.0",
"description": "Localization for the Scratch 3.0 components",
"main": "./dist/l10n.js",
"browser": "./src/index.mjs",
Expand Down

0 comments on commit e281dca

Please sign in to comment.