From 0fe65412b4e892c0a456152a8c2300ce4979524c Mon Sep 17 00:00:00 2001 From: Hitko Development Date: Mon, 16 Dec 2024 16:43:25 +0100 Subject: [PATCH] chore(release): 0.27.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bef6ad..e1385cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.27.3](https://github.com/Liquid-JS/rollup-plugin-closure-compiler/compare/v0.27.2...v0.27.3) (2024-12-16) + + +### Bug Fixes + +* deps ([3c846fe](https://github.com/Liquid-JS/rollup-plugin-closure-compiler/commit/3c846fe9f89733db1829258c0e84200e25ccebf5)) + ### [0.27.2](https://github.com/Liquid-JS/rollup-plugin-closure-compiler/compare/v0.27.0...v0.27.2) (2024-12-16) diff --git a/package.json b/package.json index b7494fe..1c6c430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liquid-js/rollup-plugin-closure-compiler", - "version": "0.27.2", + "version": "0.27.3", "description": "Rollup + Google Closure Compiler", "files": [ "dist"