Skip to content

Commit

Permalink
chore(main): release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlhens committed Feb 1, 2024
1 parent 9bad017 commit 0706467
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.9.0](https://github.com/smarlhens/npm-pin-dependencies/compare/v0.8.3...v0.9.0) (2024-02-01)


### Features

* ignore local path as version ([ef27aba](https://github.com/smarlhens/npm-pin-dependencies/commit/ef27abaad1aecca345725538f34675e51a490da7))
* maintain package json indentation ([9bad017](https://github.com/smarlhens/npm-pin-dependencies/commit/9bad017e2269d72a772b1a575d3e6c641c62f32e))
* support linked packages ([9475178](https://github.com/smarlhens/npm-pin-dependencies/commit/947517801df1056f163895cf17c0a45aaa52cd7b))
* support pnpm ([7bf6c61](https://github.com/smarlhens/npm-pin-dependencies/commit/7bf6c612f06b857ec858a35a74f06801091cd13f))


### Bug Fixes

* regression on find-up lock path when config filename does not match ([4439bb4](https://github.com/smarlhens/npm-pin-dependencies/commit/4439bb40ea267af20bf565d5a3ad6883465121c4))

## [0.8.3](https://github.com/smarlhens/npm-pin-dependencies/compare/v0.8.2...v0.8.3) (2023-10-13)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smarlhens/npm-pin-dependencies",
"version": "0.8.3",
"version": "0.9.0",
"description": "NPM tool to pin down versions of installed dependencies written in TypeScript.",
"keywords": [
"node",
Expand Down

0 comments on commit 0706467

Please sign in to comment.