From d85ebd0a82b6510058ab1cd278638814c207c398 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:23:11 +0200 Subject: [PATCH] chore(main): release 1.7.0 (#614) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5988b650..26b036b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.7.0](https://github.com/graasp/graasp-library/compare/v1.6.0...v1.7.0) (2024-05-01) + + +### Features + +* add oer info page (to be done) ([#612](https://github.com/graasp/graasp-library/issues/612)) ([c719b05](https://github.com/graasp/graasp-library/commit/c719b05c330e0ed421c4021dbb319f3555cce8d0)) + ## [1.6.0](https://github.com/graasp/graasp-library/compare/v1.5.2...v1.6.0) (2024-04-29) diff --git a/package.json b/package.json index fe36bee4..b45a7dfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-library", - "version": "1.6.0", + "version": "1.7.0", "license": "AGPL-3.0-only", "scripts": { "start": "next dev -p 3005",