chore(release): 3.5.2

This commit is contained in:
Amruth Pillai
2022-08-04 16:15:29 +02:00
parent 16d19eb70f
commit 1a7ee88ecd
3 changed files with 10 additions and 3 deletions

View File

@ -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. 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.5.2](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.5.1...v3.5.2) (2022-08-04)
### Features
* **client:** :dizzy: add Finnish language support ([16d19eb](https://github.com/AmruthPillai/Reactive-Resume/commit/16d19eb70f64f768304f352d0f87102d328b57c1))
### [3.5.1](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.5.0...v3.5.1) (2022-07-30) ### [3.5.1](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.5.0...v3.5.1) (2022-07-30)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "reactive-resume", "name": "reactive-resume",
"version": "3.5.1", "version": "3.5.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "reactive-resume", "name": "reactive-resume",
"version": "3.5.1", "version": "3.5.2",
"workspaces": [ "workspaces": [
"schema", "schema",
"client", "client",

View File

@ -1,6 +1,6 @@
{ {
"name": "reactive-resume", "name": "reactive-resume",
"version": "3.5.1", "version": "3.5.2",
"private": true, "private": true,
"workspaces": [ "workspaces": [
"schema", "schema",