From 26bf4c468863c9431f186a9afddbd9b2aa3f2f4c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Nov 2021 12:46:30 +0000 Subject: [PATCH] chore(release): 1.16.1 ## [1.16.1](https://github.com/DHI-GRAS/react-components/compare/v1.16.0...v1.16.1) (2021-11-01) ### Bug Fixes * **Slider:** Change title prop ([71244ed](https://github.com/DHI-GRAS/react-components/commit/71244edb0dfca2b0faee372ab0ca641d66c8aefa)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5e23d36..4e30e41 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.1](https://github.com/DHI-GRAS/react-components/compare/v1.16.0...v1.16.1) (2021-11-01) + + +### Bug Fixes + +* **Slider:** Change title prop ([71244ed](https://github.com/DHI-GRAS/react-components/commit/71244edb0dfca2b0faee372ab0ca641d66c8aefa)) + # [1.16.0](https://github.com/DHI-GRAS/react-components/compare/v1.15.2...v1.16.0) (2020-11-07) diff --git a/package.json b/package.json index f1e30a8..5cae01d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Generic react components for our frontends", "author": "DHI-GRAS", "license": "MIT", - "version": "1.16.0", + "version": "1.16.1", "private": false, "main": "./dist/index.js", "publishConfig": {