Releases: joeldenning/narn
Releases · joeldenning/narn
v2.3.0
Features
- Support for pnpm 7 (#26). Unfortunately I was too lazy to keep backwards compatibility with pnpm 6 so if you're using that you'll need to stay on 2.2.0
v2.0.0
Features
narn global
commands now run through the default package manager (NARN_DEFAULT_PM
env variable) instead of always yarn. (#25)
Maintenance
- Change default branch from
master
to main
- Upgrade dependencies (#24)
v1.12.0
Features
- Support for
narn info <pkg-name>
(c1ebdb3)
v1.11.2
Features
narn version --patch
now works as expected 635dfa9
- Add support for NARN_PUBLISH env variable. Documentation
v1.9.0
Features
narn run
(to list available npm scripts) now works in npm/pnpm projects (#22 #21)
Maintenance
- Upgrading dependencies, including prettier (ef94563)
- Bump minimist from 1.2.2 to 1.2.3 (#20)
- Bump minimist from 1.2.0 to 1.2.2 (#18)
- Bump acorn from 5.7.3 to 5.7.4 (#19)
- Create FUNDING.yml