Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 20, 2024
1 parent 43dbe63 commit bd60f76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.0](https://github.com/nvm-sh/nvmrc/compare/v1.0.0...v1.1.0) - 2024-06-20

### Commits

- [New] add `--help`, `--version`; accept a path to another directory; nicer error messages [`69371ff`](https://github.com/nvm-sh/nvmrc/commit/69371ff3ed16cbd5f3328a9923a245f98dfb1612)
- [Tests] add more assertions [`41a8ad6`](https://github.com/nvm-sh/nvmrc/commit/41a8ad6df407230e6895342b79618a0297d98008)
- [Tests] reorganize tests [`9e280e5`](https://github.com/nvm-sh/nvmrc/commit/9e280e5d0e5e982c97eaef8e8358c5c855bccc7e)
- [Tests] `import.meta.dirname` is not always available [`43dbe63`](https://github.com/nvm-sh/nvmrc/commit/43dbe630edef4d76338a7b4b9bc4e485a9c9d0a1)
- [Tests] add more coverage [`0d325aa`](https://github.com/nvm-sh/nvmrc/commit/0d325aa903893072cb07daf43ae04b491e104d6c)
- [Dev Deps] update `c8`, `tape` [`5c481c1`](https://github.com/nvm-sh/nvmrc/commit/5c481c15a357392734daa70243947d98a8100da5)
- [patch] remove extra newline [`3a92b47`](https://github.com/nvm-sh/nvmrc/commit/3a92b479dd665f3bd1f575beb5cab2d10a0d34b4)
- [Deps] update `c8` [`1c01438`](https://github.com/nvm-sh/nvmrc/commit/1c01438772943fef0bc7979298194644b291ddca)
- [Dev Deps] pin eslint [`54f028c`](https://github.com/nvm-sh/nvmrc/commit/54f028c887748a08f46b7da60f4cb1b94908c277)

## v1.0.0 - 2024-06-05

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nvmrc",
"version": "1.0.0",
"version": "1.1.0",
"description": "command-line tool to validate a `.nvmrc` file",
"bin": "./nvmrc.mjs",
"main": false,
Expand Down

0 comments on commit bd60f76

Please sign in to comment.