From 4f8ece59956fb4b8c4d2af66ce3ad355bc081a13 Mon Sep 17 00:00:00 2001 From: Viktor Vincze Date: Sat, 6 Jun 2020 20:08:50 +0200 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 5 +++++ package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4d9dc..b24e64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.0](https://github.com/wintercounter/use-breakpoint/compare/v1.4.3...v1.5.0) (2020-06-06) + + +### Features + +* add cjs version ([15e436c](https://github.com/wintercounter/use-breakpoint/commit/15e436c543958cb339980ea257462c31452beb91)) + ### [1.4.3](https://github.com/wintercounter/use-breakpoint/compare/v1.4.2...v1.4.3) (2020-05-15) diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..16fa83b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "@w11r/use-breakpoint", + "version": "1.5.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index 5f26149..dece32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@w11r/use-breakpoint", - "version": "1.4.3", + "version": "1.5.0", "description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.", "main": "dist/cjs/index.js", "module": "dist/index.js",