Skip to content

Commit b36983c

Browse files
Release v0.18.1
1 parent 26148dd commit b36983c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
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).\
66
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]`.
77

8-
## Unreleased [patch]
8+
## Unreleased
9+
10+
## 0.18.1 - 2022-12-12
911
### Fixed
1012
- Add missing configuration for production
1113

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentermsarchive/engine",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "Tracks and makes visible changes to the terms of online services",
55
"homepage": "https://github.com/ambanum/OpenTermsArchive#readme",
66
"bugs": {

0 commit comments

Comments
 (0)