From 619b2b062707c3b0abe33ea9495961de26ca6042 Mon Sep 17 00:00:00 2001 From: Mahdi Hosseinzadeh Date: Sun, 6 Mar 2022 00:19:48 +0330 Subject: [PATCH] Increment version and update the changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592b890..d87f1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # History of notable changes introduced in each version +## v1.1.0-rc (2022-03-06) +#### Removals + - Remove the unnecessary Node.js exports ([`cd296e55`](https://github.com/mahozad/theme-switch/commit/cd296e55)) + +[All commits since version 0.9.2](https://github.com/mahozad/theme-switch/compare/v0.9.2...v1.0.0-rc) + ## v0.9.2 (2022-03-04) #### Bug fixes - Wrap the whole code (minified version) in an IIFE to avoid exposing variables and functions in global scope ([`a659c312`](https://github.com/mahozad/theme-switch/commit/a659c312)) diff --git a/package.json b/package.json index 23cae20..c232ea0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "testURL": "http://localhost/" }, "name": "@mahozad/theme-switch", - "version": "0.9.2", + "version": "1.0.0-rc", "description": "A toggle button to switch between light/dark/system theme.", "main": "theme-switch.js", "files": [