From 9fc2603a654cd1f6929fbf1e1ccd984f4a195046 Mon Sep 17 00:00:00 2001 From: RodrigoTomeES Date: Sat, 4 Nov 2023 21:25:37 +0100 Subject: [PATCH] chore: bumped version to v1.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464536b..2ff2337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2023-10-21 + +### Changed + +- Now the required version of Node.js is the latest LTS 18 or higher. +- Updated dependencies. + ## [1.1.1] - 2023-10-21 ### Changed diff --git a/package.json b/package.json index acfedc2..d9e51a1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "astro-rename is an Astro integration that brings postcss-rename functionality to your Astro project without the need for configuration.", "packageManager": "yarn@4.0.1", "type": "module", - "version": "1.1.1", + "version": "1.1.2", "license": "GPL-3.0+", "author": "Rodrigo Tomé ", "main": "./dist/index.js",