diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba17f0f4..3c9c05710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to wasm-vips will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.0.11] - TBD +## [v0.0.11] - 2024-10-31 Uses libvips v8.16.0, compiled with Emscripten v3.1.70. diff --git a/CMakeLists.txt b/CMakeLists.txt index 9365efb33..475640c81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13) project(wasm-vips - VERSION 0.0.10 + VERSION 0.0.11 DESCRIPTION "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten" LANGUAGES CXX diff --git a/package.json b/package.json index 0009b72d5..57a4d0d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wasm-vips", - "version": "0.0.10", + "version": "0.0.11", "description": "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten", "homepage": "https://github.com/kleisauke/wasm-vips", "bugs": { diff --git a/playground/package.json b/playground/package.json index e31063b2e..e2e3c22f9 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "wasm-vips-playground", - "version": "0.0.10", + "version": "0.0.11", "private": true, "description": "A playground for experimenting with wasm-vips", "homepage": "https://github.com/kleisauke/wasm-vips/tree/master/playground#readme", diff --git a/test/bench/package.json b/test/bench/package.json index 24cbfda13..4a34eeac7 100644 --- a/test/bench/package.json +++ b/test/bench/package.json @@ -1,6 +1,6 @@ { "name": "wasm-vips-benchmark", - "version": "0.0.10", + "version": "0.0.11", "private": true, "description": "Benchmark and performance tests for wasm-vips", "homepage": "https://github.com/kleisauke/wasm-vips/tree/master/test/bench#readme", diff --git a/test/unit/package.json b/test/unit/package.json index 6b1f86575..b37f6c790 100644 --- a/test/unit/package.json +++ b/test/unit/package.json @@ -1,6 +1,6 @@ { "name": "wasm-vips-test", - "version": "0.0.10", + "version": "0.0.11", "private": true, "description": "Unit tests for wasm-vips", "homepage": "https://github.com/kleisauke/wasm-vips/tree/master/test/unit",