Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Aug 9, 2023
1 parent 1377bf7 commit 4501546
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "0.2.3"
".": "1.0.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,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.

## [1.0.0](https://github.com/boneskull/nvmermind/compare/v0.2.3...v1.0.0) (2023-08-09)


### ⚠ BREAKING CHANGES

* Node.js v16.13.0+ is now required.

### Features

* calculate file sizes ([b6d3f15](https://github.com/boneskull/nvmermind/commit/b6d3f156537eeebde18f4ac4c2aaafac567934a8))


### Bug Fixes

* **deps:** pin dependencies ([7130934](https://github.com/boneskull/nvmermind/commit/7130934b07495ea57168f222905798088f62c742))
* **deps:** update dependency @humanwhocodes/env to v2.2.2 ([f7a3c4e](https://github.com/boneskull/nvmermind/commit/f7a3c4ef4a1e20eed17e352030d82695e315642f))
* **deps:** update dependency filesize to v10.0.9 ([971aa45](https://github.com/boneskull/nvmermind/commit/971aa45e0439fcedd7d54ffdc30a4bc9d757ad03))
* **deps:** update dependency get-folder-size to v4 ([1377bf7](https://github.com/boneskull/nvmermind/commit/1377bf7c609834411782ba6f5de7ce8556c8031b))
* **deps:** update dependency prompts to v2.4.2 ([94679d4](https://github.com/boneskull/nvmermind/commit/94679d497bdf831490a9480840f656456eb7626a))
* **deps:** update dependency semver to v7.3.8 ([9892801](https://github.com/boneskull/nvmermind/commit/9892801a1dde60fdf143b861803cf25094726c53))
* **deps:** update dependency semver to v7.4.0 ([967d7bc](https://github.com/boneskull/nvmermind/commit/967d7bc2d8fee786f6e277903d4d72fff6e81512))
* **deps:** update dependency semver to v7.5.0 ([9377d5b](https://github.com/boneskull/nvmermind/commit/9377d5bc1217cb98846805eebfdac5c2d37ec7a0))
* **deps:** update dependency semver to v7.5.1 ([eaf46b4](https://github.com/boneskull/nvmermind/commit/eaf46b43264c0b6860f7fa4ca6575cc08a65a376))
* **deps:** update dependency semver to v7.5.2 ([44bfad0](https://github.com/boneskull/nvmermind/commit/44bfad03e831805593c441cbe7be1f2a00586348))
* **deps:** update dependency semver to v7.5.3 ([bd4a8dd](https://github.com/boneskull/nvmermind/commit/bd4a8dda7b5f8a6d793f3eb8310f4ef97dd44ea0))
* **deps:** update dependency semver to v7.5.4 ([404184b](https://github.com/boneskull/nvmermind/commit/404184be5caa624dac6dce28b12ec5f025fb9859))

### [0.2.3](https://github.com/boneskull/nvmermind/compare/v0.2.2...v0.2.3) (2022-05-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nvmermind",
"version": "0.2.3",
"version": "1.0.0",
"description": "Uninstall old versions of Node.js as installed by nvm",
"keywords": [
"nvm",
Expand Down

0 comments on commit 4501546

Please sign in to comment.