From d0b0930f203c51c69ca3e8ea8c6de85b29965de6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:53:00 +0200 Subject: [PATCH] chore(main): release 1.18.0 (#210) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f2dd1c..86fa2d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.18.0](https://github.com/graasp/graasp-translations/compare/v1.17.2...v1.18.0) (2023-08-04) + + +### Features + +* add lang translations in common ([#209](https://github.com/graasp/graasp-translations/issues/209)) ([4e5b05c](https://github.com/graasp/graasp-translations/commit/4e5b05c5f6f0c5de722cb59983c9704393b0ee1e)) + + +### Bug Fixes + +* upgrade prettier ([#207](https://github.com/graasp/graasp-translations/issues/207)) ([c9b7d82](https://github.com/graasp/graasp-translations/commit/c9b7d823587dea1601fad1f7435c94de20f32607)) + ## [1.17.2](https://github.com/graasp/graasp-translations/compare/v1.17.1...v1.17.2) (2023-07-31) diff --git a/package.json b/package.json index 84d3b731..670e12d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/translations", - "version": "1.17.2", + "version": "1.18.0", "engines": { "node": ">=16.0.0" },