From 0c458309af184d5b896cab15ffd5542b950c410f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jan 2024 07:09:00 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/warp-ds/drive/compare/v1.5.0...v1.6.0) (2024-01-16) ### Features * Add rule for setting background-image to none ([#192](https://github.com/warp-ds/drive/issues/192)) ([495fdf0](https://github.com/warp-ds/drive/commit/495fdf0c1c375a9e71f5d9568331c8c99a447712)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae2d36..add4eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/warp-ds/drive/compare/v1.5.0...v1.6.0) (2024-01-16) + + +### Features + +* Add rule for setting background-image to none ([#192](https://github.com/warp-ds/drive/issues/192)) ([495fdf0](https://github.com/warp-ds/drive/commit/495fdf0c1c375a9e71f5d9568331c8c99a447712)) + # [1.6.0-next.1](https://github.com/warp-ds/drive/compare/v1.5.0...v1.6.0-next.1) (2024-01-15) diff --git a/package.json b/package.json index 67b5035..4f4d6cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warp-ds/uno", "repository": "git@github.com:warp-ds/drive.git", - "version": "1.6.0-next.1", + "version": "1.6.0", "type": "module", "exports": { ".": "./src/plugin.js",