Skip to content

Commit ee7a4b9

Browse files
committed
chore(release): 0.2.2
1 parent dc42613 commit ee7a4b9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.2.2](https://github.com/pkgjs/nv/compare/v0.2.1...v0.2.2) (2023-10-19)
6+
7+
8+
### Features
9+
10+
* add files to versions ([e07c8c5](https://github.com/pkgjs/nv/commit/e07c8c585aff1a2e890a1fe60328aacebec4040e))
11+
* expose dependency versions ([dc42613](https://github.com/pkgjs/nv/commit/dc426133d3d0f3fe6947b32bd4e35454be3db48a))
12+
* include releaseDate ([4640a8f](https://github.com/pkgjs/nv/commit/4640a8ff433e7d6f4a92da733cc819b34594613e))
13+
* isLts boolean flag ([9bfee60](https://github.com/pkgjs/nv/commit/9bfee60276ac672f261f288f1a692d8402054885))
14+
* latestOfMajorOnly option to restrict to latest of each major line ([74834ba](https://github.com/pkgjs/nv/commit/74834ba507835606224235d4a6a964112acb61eb))
15+
516
### [0.2.1](https://github.com/pkgjs/nv/compare/v0.2.0...v0.2.1) (2022-01-20)
617

718

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.1",
3+
"version": "0.2.2",
44
"description": "A tool for resolving node versions from common aliases",
55
"author": "Wes Todd <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)