Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @napi-rs/image@1.5.1
  • Loading branch information
Brooooooklyn committed Jan 29, 2023
1 parent e710222 commit 21d75bb
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/binding/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.5.0...@napi-rs/image@1.5.1) (2023-01-29)

### Bug Fixes

- **image:** update napi to fix electron create Buffer issues ([#39](https://github.com/Brooooooklyn/Image/issues/39)) ([e710222](https://github.com/Brooooooklyn/Image/commit/e7102224d67e390e0f897aea21a8da375676479d))

# [1.5.0](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.4.4...@napi-rs/image@1.5.0) (2023-01-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/android-arm-eabi/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-android-arm-eabi",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/android-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-android-arm64",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-darwin-arm64",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-darwin-x64",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/freebsd-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-freebsd-x64",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/linux-arm-gnueabihf/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm-gnueabihf",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/linux-arm64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm64-gnu",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/linux-arm64-musl/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm64-musl",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-x64-gnu",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/linux-x64-musl/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-x64-musl",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/win32-ia32-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-win32-ia32-msvc",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/npm/win32-x64-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-win32-x64-msvc",
"version": "1.5.0",
"version": "1.5.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image",
"version": "1.5.0",
"version": "1.5.1",
"main": "index.js",
"types": "index.d.ts",
"description": "Image processing library",
Expand Down

1 comment on commit 21d75bb

@vercel
Copy link

@vercel vercel bot commented on 21d75bb Jan 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

image – ./

image-lynweklm.vercel.app
image.napi.rs
image-git-main-lynweklm.vercel.app
image-two.vercel.app

Please sign in to comment.