From e930a407d8f1928c0150a10147e9b23cf5fce3ab Mon Sep 17 00:00:00 2001 From: Open Terms Archive Release Bot Date: Mon, 12 Dec 2022 17:28:27 +0000 Subject: [PATCH] Release v0.18.2 --- CHANGELOG.md | 5 +++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15786c32..a5329255c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format is based on [Common Changelog](https://common-changelog.org).\ Unlike Common Changelog, the `unreleased` section of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) is preserved with the addition of a tag to specify which type of release should be published and to foster discussions about it inside pull requests. This tag should be one of the names mandated by SemVer, within brackets: `[patch]`, `[minor]` or `[major]`. For example: `## Unreleased [minor]`. -## Unreleased [patch] +## Unreleased +## 0.18.2 - 2022-12-12 ### Fixed -- Ensure paths for given Git storage configuration are relative to current working directory instead of engine module folder +- Ensure paths for given Git storage configuration are relative to current working directory instead of engine module folder ## 0.18.1 - 2022-12-12 ### Fixed diff --git a/package-lock.json b/package-lock.json index f2a946a1c..09bfff984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opentermsarchive", - "version": "0.18.1", + "version": "0.18.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opentermsarchive", - "version": "0.18.1", + "version": "0.18.2", "license": "EUPL-1.2", "dependencies": { "@accordproject/markdown-cicero": "^0.15.2", diff --git a/package.json b/package.json index d72e2e054..8a8a1f42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/engine", - "version": "0.18.1", + "version": "0.18.2", "description": "Tracks and makes visible changes to the terms of online services", "homepage": "https://github.com/ambanum/OpenTermsArchive#readme", "bugs": {