Skip to content

Commit a08e17a

Browse files
chore(release): Publish (#180)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5976456 commit a08e17a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/lemon-times-bathe.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# secco
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#179](https://github.com/LekoArts/secco/pull/179) [`5976456`](https://github.com/LekoArts/secco/commit/5976456f33a0f06599c3e8431a891c18529779b8) Thanks [@renovate](https://github.com/apps/renovate)! - Update [`yargs`](https://github.com/yargs/yargs) from `17.7.2` to `18.0.0`. yargs v18 now requires Node.js `^20.19.0 || ^22.12.0 || >=23` or later.
8+
9+
Since `secco` supported Node.js v18 in v2, this dependency update warrants a major update to update secco's `engines` key.
10+
11+
**Breaking change:** `secco` now requires Node.js `^20.19.0 || ^22.12.0 || >=23` or later. Once you update your Node.js version, you'll be able to use secco as before.
12+
313
## 2.3.6
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "secco",
33
"type": "module",
4-
"version": "2.3.6",
4+
"version": "3.0.0",
55
"packageManager": "pnpm@10.11.0",
66
"description": "Local package testing made easy. secco is a command-line tool for local development. It uses Verdaccio and direct file copying to apply your latest changes to other projects.",
77
"author": "LekoArts",

0 commit comments

Comments
 (0)