Skip to content

Commit ed31b2b

Browse files
committed
Release v0.0.15
1 parent ff27a99 commit ed31b2b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to wasm-vips will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v0.0.15] - TBD
7+
## [v0.0.15] - 2025-09-17
88

99
Uses libvips v8.17.2, compiled with Emscripten v4.0.15.
1010

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.13)
33

44
project(wasm-vips
5-
VERSION 0.0.14
5+
VERSION 0.0.15
66
DESCRIPTION "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten"
77
LANGUAGES
88
CXX

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten",
55
"homepage": "https://github.com/kleisauke/wasm-vips",
66
"bugs": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips-playground",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"description": "A playground for experimenting with wasm-vips",
66
"homepage": "https://github.com/kleisauke/wasm-vips/tree/master/playground#readme",

test/bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips-benchmark",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"description": "Benchmark and performance tests for wasm-vips",
66
"homepage": "https://github.com/kleisauke/wasm-vips/tree/master/test/bench#readme",

test/unit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips-test",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"description": "Unit tests for wasm-vips",
66
"homepage": "https://github.com/kleisauke/wasm-vips/tree/master/test/unit",

0 commit comments

Comments
 (0)