Skip to content

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 21, 2023
1 parent efa3aa5 commit 7f361b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ 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).

## [v3.0.6](https://github.com/ljharb/npm-lockfile/compare/v3.0.5...v3.0.6) - 2023-06-20

### Commits

- [Deps] update `object-inspect`, `yargs` [`0ab8603`](https://github.com/ljharb/npm-lockfile/commit/0ab8603626305fa8893b8d47a787081d4e74f1b1)
- [Dev Deps] update `@ljharb/eslint-config`, `tape` [`e6ab66b`](https://github.com/ljharb/npm-lockfile/commit/e6ab66bd37618160ead1eb634f421f39feb54362)
- Revert "[Deps] unpin `@npmcli/arborist`" [`efa3aa5`](https://github.com/ljharb/npm-lockfile/commit/efa3aa5cd5b24697e9f728a3508e4484404eefe4)
- [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`00beaea`](https://github.com/ljharb/npm-lockfile/commit/00beaea9a9b38524323a9882a07eef116e8690e9)

## [v3.0.5](https://github.com/ljharb/npm-lockfile/compare/v3.0.4...v3.0.5) - 2022-12-19

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "npm-lockfile",
"version": "3.0.5",
"version": "3.0.6",
"description": "Safely generate an npm lockfile and output it to the filename of your choice.",
"bin": "./bin.js",
"exports": {
Expand Down

0 comments on commit 7f361b6

Please sign in to comment.