Skip to content

Commit

Permalink
Release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 31, 2024
1 parent 15e3f4a commit c2da7a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/bench/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2da7a2

Please sign in to comment.