Skip to content

Commit c2da7a2

Browse files
committed
Release v0.0.11
1 parent 15e3f4a commit c2da7a2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
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.11] - TBD
7+
## [v0.0.11] - 2024-10-31
88

99
Uses libvips v8.16.0, compiled with Emscripten v3.1.70.
1010

CMakeLists.txt

+1-1
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.10
5+
VERSION 0.0.11
66
DESCRIPTION "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten"
77
LANGUAGES
88
CXX

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips-playground",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips-benchmark",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-vips-test",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
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)