Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 6, 2024
1 parent 521c4ac commit f4ee804
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ 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.0.0 - 2024-06-05

### Commits

- Initial implementation, tests, readme [`521c4ac`](https://github.com/nvm-sh/nvmrc/commit/521c4ac9da7824c6547765ab37fa47da63ea9abe)
- Initial commit [`cc010de`](https://github.com/nvm-sh/nvmrc/commit/cc010defc5387908e5240dbd4bf87a7fc9465d8e)
- npm init [`9e16b7a`](https://github.com/nvm-sh/nvmrc/commit/9e16b7a662a628b86639479d6338708256d12cb9)
- Only apps should have lockfiles [`48899d8`](https://github.com/nvm-sh/nvmrc/commit/48899d831d41b7ecef029a1cef48e32c7ec11010)
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": "0.0.0",
"version": "1.0.0",
"description": "command-line tool to validate a `.nvmrc` file",
"bin": "./nvmrc.mjs",
"main": false,
Expand Down

0 comments on commit f4ee804

Please sign in to comment.