Skip to content

Commit

Permalink
chore(release): 3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed May 4, 2024
1 parent 456692c commit a799871
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.20.3](https://github.com/MozillaFoundation/mozfest-plaza/compare/v3.20.2...v3.20.3) (2024-05-04)


### Bug Fixes

* update languages ([a7a6cc1](https://github.com/MozillaFoundation/mozfest-plaza/commit/a7a6cc1a51a8183d70e3b746f7f4f03a9f805918))
* update og image ([456692c](https://github.com/MozillaFoundation/mozfest-plaza/commit/456692c8f747cb98b890c32512c2b278801e27fd))
* update terms links ([b8ae92c](https://github.com/MozillaFoundation/mozfest-plaza/commit/b8ae92cfca87510f2213d14b3c278bd9a522e495))

### [3.20.2](https://github.com/MozillaFoundation/mozfest-plaza/compare/v3.20.1...v3.20.2) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openlab/mozfest-client",
"version": "3.20.2",
"version": "3.20.3",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
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,7 +1,7 @@
{
"name": "@openlab/mozfest",
"private": true,
"version": "3.20.2",
"version": "3.20.3",
"scripts": {
"prepare": "husky install",
"format": "npm run --prefix server format && npm run --prefix client format",
Expand Down
4 changes: 2 additions & 2 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openlab/mozfest-server",
"version": "3.20.2",
"version": "3.20.3",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit a799871

Please sign in to comment.