From 65ac81ca3a42cf6384fbe861a178db659c57a3ee Mon Sep 17 00:00:00 2001 From: golota60 Date: Tue, 19 Dec 2023 18:55:10 +0100 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cf01d..35a7086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.1.0](https://github.com/golota60/yayfetch/compare/v2.0.6...v2.1.0) (2023-12-19) + + +### Features + +* switch to ES modules ([#90](https://github.com/golota60/yayfetch/issues/90)) ([9d7c648](https://github.com/golota60/yayfetch/commit/9d7c648d45cddf4e2d480f8ec8576202a2810799)) + + +### Bug Fixes + +* do not ship sourcemap ([396223a](https://github.com/golota60/yayfetch/commit/396223aa477bee81605429abd5a3d0231383bf61)) + ### [2.0.6](https://github.com/golota60/yayfetch/compare/v2.0.5...v2.0.6) (2022-06-18) diff --git a/package.json b/package.json index b4e68e2..d93e153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yayfetch", - "version": "2.0.6", + "version": "2.1.0", "description": "A Multi-platform screenfetch/neofetch", "main": "./dist/yayfetch.js", "module": "./dist/yayfetch.js",