Skip to content

Commit afab054

Browse files
committed
chore(release): publish
1 parent 3f9fafe commit afab054

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/napi-rs/cross-toolchain/compare/v1.0.0...v1.0.1) (2025-08-15)
7+
8+
**Note:** Version bump only for package @napi-rs/cross-toolchain
9+
10+
11+
12+
13+
14+
## [1.0.1](https://github.com/napi-rs/cross-toolchain/compare/v1.0.0...v1.0.1) (2025-08-15)
15+
16+
**Note:** Version bump only for package @napi-rs/cross-toolchain
17+
18+
19+
20+
21+
622
## 0.0.1 (2023-12-03)
723

824
**Note:** Version bump only for package @napi-rs/cross-toolchain

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"npmClient": "yarn",
55
"gitTagVersion": true,
66
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/cross-toolchain",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)