Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Aug 14, 2024
1 parent 3583775 commit e0c3cc9
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.10] - TBD
## [v0.0.10] - 2024-08-14

Uses libvips v8.15.3, compiled with Emscripten v3.1.64.

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.9
VERSION 0.0.10
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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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 e0c3cc9

Please sign in to comment.