Skip to content

Commit 79a7960

Browse files
committed
chore(release): 0.3.0
1 parent 2a47bc5 commit 79a7960

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.3.0](https://github.com/pkgjs/nv/compare/v0.2.2...v0.3.0) (2025-09-18)
6+
7+
8+
### Features
9+
10+
* add isSupported, isMaintenance, isSecurity, and modules ([fbc7ee6](https://github.com/pkgjs/nv/commit/fbc7ee6589d38b761f98107c67f8874090cba310))
11+
* add option to ignore future releases ([#39](https://github.com/pkgjs/nv/issues/39)) ([30cca1f](https://github.com/pkgjs/nv/commit/30cca1f6b399fe4038191969e0defd86ac1286f7))
12+
* **cli:** expose --latest-of-major-only option ([1149077](https://github.com/pkgjs/nv/commit/1149077978b454ac9fc79b30418c82c296a9b053))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** update ci to include modern node.js versions ([9bb69a4](https://github.com/pkgjs/nv/commit/9bb69a4460df6042bfb59083f19aafb6d69f9459))
18+
* **deps:** update got to latest compatible version ([#44](https://github.com/pkgjs/nv/issues/44)) ([2a47bc5](https://github.com/pkgjs/nv/commit/2a47bc54d2f4db817094b1f9e695eb13ed79b65c))
19+
* **dev-deps:** updated mocha, standard, & tsd ([#43](https://github.com/pkgjs/nv/issues/43)) ([b54c8cc](https://github.com/pkgjs/nv/commit/b54c8cc34e1bcead3f79a2bd113ff659b6074d8c))
20+
521
### [0.2.2](https://github.com/pkgjs/nv/compare/v0.2.1...v0.2.2) (2023-10-19)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgjs/nv",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "A tool for resolving node versions from common aliases",
55
"author": "Wes Todd <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)