mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore(release): publish
- @napi-rs/cli@3.1.1 - @napi-rs/triples@2.0.5 - @napi-rs/wasm-runtime@1.0.3
This commit is contained in:
parent
913e42f47c
commit
9f2ed2f8e8
@ -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.
|
||||
|
||||
## [3.1.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.1.0...@napi-rs/cli@3.1.1) (2025-08-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **cli:** don't enforce version check ([#2849](https://github.com/napi-rs/napi-rs/issues/2849)) ([eef8221](https://github.com/napi-rs/napi-rs/commit/eef822142151486e0835c47419c16afc6ff880c1))
|
||||
|
||||
# [3.1.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.4...@napi-rs/cli@3.1.0) (2025-08-07)
|
||||
|
||||
### Features
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"author": "LongYinan <lynweklm@gmail.com>",
|
||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||
|
||||
@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.0.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.4...@napi-rs/triples@2.0.5) (2025-08-08)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
||||
## [2.0.4](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.3...@napi-rs/triples@2.0.4) (2025-08-07)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/triples",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "Rust target triples objects",
|
||||
"keywords": [
|
||||
"Rust",
|
||||
|
||||
@ -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.0.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.2...@napi-rs/wasm-runtime@1.0.3) (2025-08-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **wasm-runtime:** publish `dist/*.cjs` ([#2845](https://github.com/napi-rs/napi-rs/issues/2845)) ([991dbf3](https://github.com/napi-rs/napi-rs/commit/991dbf3d902e23a48c828e501ecdff92ee95bff4))
|
||||
|
||||
## [1.0.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.1...@napi-rs/wasm-runtime@1.0.2) (2025-08-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/wasm-runtime",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"type": "module",
|
||||
"description": "Runtime and polyfill for wasm targets",
|
||||
"author": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user