mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
chore(release): publish
- @napi-rs/image@1.3.0
This commit is contained in:
parent
bd9f0c36ed
commit
e2e01fdd67
@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.3.0](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.2.0...@napi-rs/image@1.3.0) (2022-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **image:** implement rawPixels and rawPixelsSync ([43e3938](https://github.com/Brooooooklyn/Image/commit/43e393860029cd3668aabf4d4362f8048faf4a6b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.2.0](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.1.2...@napi-rs/image@1.2.0) (2022-05-02)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-android-arm-eabi",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"android"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-android-arm64",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"android"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-darwin-arm64",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-darwin-x64",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-freebsd-x64",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"freebsd"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-linux-arm-gnueabihf",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-linux-arm64-gnu",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-linux-arm64-musl",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-linux-x64-gnu",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-linux-x64-musl",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-win32-ia32-msvc",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image-win32-x64-msvc",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/image",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"description": "Image processing library",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user