From c3d034b730387eb380ee154573a238dde41e0ad1 Mon Sep 17 00:00:00 2001 From: Jonas Strassel Date: Mon, 27 Feb 2023 18:34:24 +0100 Subject: [PATCH] chore: release v1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9d75f..8f488c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.0](https://github.com/boredland/saferound/compare/1.1.5...1.2.0) (2023-02-27) + + +### Features + +* add reverse mechanism ([c643f4f](https://github.com/boredland/saferound/commit/c643f4f23d2e9399441dbc17d1703eaf4c9aea05)) + ## [1.1.5](https://github.com/boredland/saferound/compare/1.1.4...1.1.5) (2023-02-24) ## [1.1.4](https://github.com/boredland/saferound/compare/1.1.3...1.1.4) (2023-02-24) diff --git a/package.json b/package.json index b11b8c5..16bab06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saferound", - "version": "1.1.5", + "version": "1.2.0", "description": "sum-safe rounding of number-arrays", "repository": "https://github.com/boredland/saferound", "author": "Jonas Strassel ",