From 83bb6a45542cbced5d68a258070f256f6ca8cee3 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 1 Feb 2022 20:36:12 +0000 Subject: [PATCH] Release v0.30.0 --- README.md | 2 +- docs/README.md | 2 +- docs/changelog.md | 2 +- docs/index.html | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3842b38..f42f90d8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ covers reporting bugs, requesting features and submitting code changes. ## Licensing -Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/README.md b/docs/README.md index 48683164..efee0430 100644 --- a/docs/README.md +++ b/docs/README.md @@ -70,7 +70,7 @@ covers reporting bugs, requesting features and submitting code changes. ### Licensing -Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/changelog.md b/docs/changelog.md index 783b03f0..fe07427c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.12.2 -### v0.30.0 - TBD +### v0.30.0 - 1st February 2022 * Add support for GIF output to prebuilt binaries. diff --git a/docs/index.html b/docs/index.html index 374865c1..3633b6c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,7 @@ "@type": "Person", "name": "Lovell Fuller" }, - "copyrightYear": [2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021], + "copyrightYear": [2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022], "license": "https://www.apache.org/licenses/LICENSE-2.0" } diff --git a/package.json b/package.json index ba3f4098..a9a0eb3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images", - "version": "0.29.3", + "version": "0.30.0", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [