From ecf2e3723d8a45e4dc593391bc881934bc1d3820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Sun, 22 Sep 2019 12:41:54 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f72fa4..4956a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2019-09-22 ### Added diff --git a/package.json b/package.json index ab99932..441755e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-hooks", - "version": "1.1.2", + "version": "1.2.0", "description": "Essential set of React Hooks for convenient Web API consumption.", "keywords": [ "react",