mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-03-13 22:49:57 -04:00
chore(release): 4.0.44 [skip ci]
## [4.0.44](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.43...v4.0.44) (2024-11-24) ### Bug Fixes * **deps:** lock file maintenance ([#528](https://github.com/scratchfoundation/scratch-l10n/issues/528)) ([99ea93e
](99ea93eee3
))
This commit is contained in:
parent
99ea93eee3
commit
61130f3967
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.
|
||||
|
||||
## [4.0.44](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.43...v4.0.44) (2024-11-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#528](https://github.com/scratchfoundation/scratch-l10n/issues/528)) ([99ea93e](https://github.com/scratchfoundation/scratch-l10n/commit/99ea93eee3dea3e2ab5ab1770946f0be5f0bfafb))
|
||||
|
||||
## [4.0.43](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.42...v4.0.43) (2024-11-24)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "4.0.43",
|
||||
"version": "4.0.44",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-l10n",
|
||||
"version": "4.0.43",
|
||||
"version": "4.0.44",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@transifex/api": "4.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "4.0.43",
|
||||
"version": "4.0.44",
|
||||
"description": "Localization for the Scratch 3.0 components",
|
||||
"main": "./dist/l10n.js",
|
||||
"browser": "./src/index.mjs",
|
||||
|
|
Loading…
Reference in a new issue