From bb06797351f51b58ca5e4eef470de12ab4a7ca3b Mon Sep 17 00:00:00 2001 From: Gilles Piou Date: Thu, 29 Feb 2024 02:24:10 +0800 Subject: [PATCH] Release v5.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56335e3..5626a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gulp-preprocess", - "version": "4.0.2", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gulp-preprocess", - "version": "4.0.2", + "version": "5.0.0", "license": "MIT", "dependencies": { "preprocess": "^3.0.0", diff --git a/package.json b/package.json index 4b5a24f..98dfa9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-preprocess", "description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration", - "version": "4.0.2", + "version": "5.0.0", "homepage": "http://github.com/pioug/gulp-preprocess", "repository": { "type": "git",