Skip to content

Commit

Permalink
chore(release): 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Oct 27, 2023
1 parent bf56f55 commit ec0e84c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.17.0](https://github.com/digitalinteraction/mozfest/compare/v3.16.2...v3.17.0) (2023-10-27)


### Features

* migrate to GTM ([bf56f55](https://github.com/digitalinteraction/mozfest/commit/bf56f555fa051d67976859d8ea4f98974743a69a))

### [3.16.2](https://github.com/digitalinteraction/mozfest/compare/v3.16.1...v3.16.2) (2023-09-07)

### [3.16.1](https://github.com/digitalinteraction/mozfest/compare/v3.16.0...v3.16.1) (2023-09-07)
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.16.2",
"version": "3.17.0",
"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.16.2",
"version": "3.17.0",
"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.16.2",
"version": "3.17.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit ec0e84c

Please sign in to comment.