Skip to content

Commit

Permalink
chore(release): version packages (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 26, 2024
1 parent 2018e1b commit 5763f16
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/tricky-bears-pull.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# archons

## 0.2.5

### Patch Changes

- 2018e1b: chore: bump up oxlint version to ^0.9.0

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-android-arm-eabi",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-android-arm64",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-darwin-arm64",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-darwin-x64",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-freebsd-x64",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-arm-gnueabihf",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-arm64-gnu",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-arm64-musl",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-x64-gnu",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-x64-musl",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-win32-arm64-msvc",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-win32-ia32-msvc",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-win32-x64-msvc",
"version": "0.2.4",
"version": "0.2.5",
"os": [
"win32"
],
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": "archons",
"version": "0.2.4",
"version": "0.2.5",
"description": "Fast, powerful and elegant CLI build tool based on clap-rs",
"author": {
"name": "苏向夜",
Expand Down

0 comments on commit 5763f16

Please sign in to comment.