From 64fdd89e033f657f22219c03df6f39140aadb58c Mon Sep 17 00:00:00 2001 From: Mahdi Hosseinzadeh Date: Sun, 13 Mar 2022 22:28:09 +0330 Subject: [PATCH] Increment version and update the changelog --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2a61b..29d6fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # History of notable changes introduced in each version +## v1.3.0 (2022-03-13) +#### Other + - Migrate from Babel to [Rollup](https://rollupjs.org/) ([`c6f0f209`](https://github.com/mahozad/theme-switch/commit/c6f0f209), [`7f02c996`](https://github.com/mahozad/theme-switch/commit/7f02c996), and others). + This results in a smaller minified script. + Note that from this version on, the files to be used are in *dist/* directory of the library. + +[All commits since version 1.2.1](https://github.com/mahozad/theme-switch/compare/v1.2.1...v1.3.0) + ## v1.2.1 (2022-03-11) #### Other - Add some code refactorings ([`0a2aab86`](https://github.com/mahozad/theme-switch/commit/0a2aab86), [`3d5573a2`](https://github.com/mahozad/theme-switch/commit/3d5573a2), [`7fc2b960`](https://github.com/mahozad/theme-switch/commit/7fc2b960)) diff --git a/package.json b/package.json index 7d42d18..8f82c68 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "testURL": "http://localhost/" }, "name": "@mahozad/theme-switch", - "version": "1.2.1", + "version": "1.3.0", "description": "Animated toggle button to switch between light/dark/system theme.", "main": "dist/theme-switch.js", "files": [