Skip to content

Commit f4ee804

Browse files
committed
v1.0.0
1 parent 521c4ac commit f4ee804

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v1.0.0 - 2024-06-05
9+
10+
### Commits
11+
12+
- Initial implementation, tests, readme [`521c4ac`](https://github.com/nvm-sh/nvmrc/commit/521c4ac9da7824c6547765ab37fa47da63ea9abe)
13+
- Initial commit [`cc010de`](https://github.com/nvm-sh/nvmrc/commit/cc010defc5387908e5240dbd4bf87a7fc9465d8e)
14+
- npm init [`9e16b7a`](https://github.com/nvm-sh/nvmrc/commit/9e16b7a662a628b86639479d6338708256d12cb9)
15+
- Only apps should have lockfiles [`48899d8`](https://github.com/nvm-sh/nvmrc/commit/48899d831d41b7ecef029a1cef48e32c7ec11010)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nvmrc",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "command-line tool to validate a `.nvmrc` file",
55
"bin": "./nvmrc.mjs",
66
"main": false,

0 commit comments

Comments
 (0)