Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Apr 27, 2023
1 parent 1f8497d commit ea1c5d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm publish
gh release create ${{ github.ref_name }} --target ${{ github.sha }}
gh release create ${{ github.ref_name }}
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.5] - TBD
## [v0.0.5] - 2023-04-27

Uses libvips v8.14.2, compiled with Emscripten v3.1.37.

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.4
VERSION 0.0.5
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.4",
"version": "0.0.5",
"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.4",
"version": "0.0.5",
"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.4",
"version": "0.0.5",
"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.4",
"version": "0.0.5",
"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 ea1c5d1

Please sign in to comment.