diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b6f251c..b24ee8c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the ORKG will be documented in this file. The format is b Changelog](https://keepachangelog.com/en/1.0.0/) and we adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +--- +## [v0.86.2](https://gitlab.com/TIBHannover/orkg/orkg-frontend/compare/v0.86.1...v0.86.2) - 2022-11-24 + +### Changes + +- Disable similar contribution temporarily [`#987`](https://gitlab.com/TIBHannover/orkg/orkg-frontend/merge_requests/987) + --- ## [v0.86.1](https://gitlab.com/TIBHannover/orkg/orkg-frontend/compare/v0.86.0...v0.86.1) - 2022-11-21 diff --git a/package-lock.json b/package-lock.json index 5c80ea752..d6d0f19ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orkg-frontend", - "version": "0.86.1", + "version": "0.86.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "orkg-frontend", - "version": "0.86.1", + "version": "0.86.2", "dependencies": { "@citation-js/core": "^0.6.1", "@citation-js/plugin-bibtex": "^0.6.1", diff --git a/package.json b/package.json index 31a0a354a..1fa63a6aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orkg-frontend", - "version": "0.86.1", + "version": "0.86.2", "private": true, "homepage": "/", "dependencies": {