Skip to content

Commit bd60f76

Browse files
committed
v1.1.0
1 parent 43dbe63 commit bd60f76

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
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).
77

8+
## [v1.1.0](https://github.com/nvm-sh/nvmrc/compare/v1.0.0...v1.1.0) - 2024-06-20
9+
10+
### Commits
11+
12+
- [New] add `--help`, `--version`; accept a path to another directory; nicer error messages [`69371ff`](https://github.com/nvm-sh/nvmrc/commit/69371ff3ed16cbd5f3328a9923a245f98dfb1612)
13+
- [Tests] add more assertions [`41a8ad6`](https://github.com/nvm-sh/nvmrc/commit/41a8ad6df407230e6895342b79618a0297d98008)
14+
- [Tests] reorganize tests [`9e280e5`](https://github.com/nvm-sh/nvmrc/commit/9e280e5d0e5e982c97eaef8e8358c5c855bccc7e)
15+
- [Tests] `import.meta.dirname` is not always available [`43dbe63`](https://github.com/nvm-sh/nvmrc/commit/43dbe630edef4d76338a7b4b9bc4e485a9c9d0a1)
16+
- [Tests] add more coverage [`0d325aa`](https://github.com/nvm-sh/nvmrc/commit/0d325aa903893072cb07daf43ae04b491e104d6c)
17+
- [Dev Deps] update `c8`, `tape` [`5c481c1`](https://github.com/nvm-sh/nvmrc/commit/5c481c15a357392734daa70243947d98a8100da5)
18+
- [patch] remove extra newline [`3a92b47`](https://github.com/nvm-sh/nvmrc/commit/3a92b479dd665f3bd1f575beb5cab2d10a0d34b4)
19+
- [Deps] update `c8` [`1c01438`](https://github.com/nvm-sh/nvmrc/commit/1c01438772943fef0bc7979298194644b291ddca)
20+
- [Dev Deps] pin eslint [`54f028c`](https://github.com/nvm-sh/nvmrc/commit/54f028c887748a08f46b7da60f4cb1b94908c277)
21+
822
## v1.0.0 - 2024-06-05
923

1024
### Commits

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "command-line tool to validate a `.nvmrc` file",
55
"bin": "./nvmrc.mjs",
66
"main": false,

0 commit comments

Comments
 (0)