Skip to content

Commit afe1056

Browse files
Release v0.17.0
1 parent 84f5245 commit afe1056

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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 [minor]
8+
## Unreleased
99

10+
## 0.17.0 - 2022-12-06
1011
### Added
11-
1212
- Publish package on NPM under name `@opentermsarchive/engine`.
1313
- Export `filter`, `pageDeclaration` and `fetch` in NPM module.
1414
- Add changelog.

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.16.0",
3+
"version": "0.17.0",
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)