Releases: jsr-io/jsr-npm
Releases · jsr-io/jsr-npm
0.13.2
Bug Fixes
- fix: prefer lockfile detection over env var one by @marvinhagemeister in #105
Full Changelog: 0.13.1...0.13.2
0.13.1
Bug Fixes
- fix: switch to deno release binary instead of canary for publishing by default by @marvinhagemeister in #100
Full Changelog: 0.13.0...0.13.1
0.13.0
Features
- feat: Add
.npmrc
support check for newer Bun versions by @ryoppippi in #94
Bug Fixes
- fix: allow scope to start with number by @marvinhagemeister in #87
Maintenance
- chore: fix failing tests by @marvinhagemeister in #96
New Contributors
- @ryoppippi made their first contribution in #94
Full Changelog: 0.12.4...0.13.0
0.12.4
Bug Fixes
- fix: unknown command error not showing with
package.json
by @marvinhagemeister in #82 - fix: "jsr show" error for packages without stable versions by @marvinhagemeister in #83
Full Changelog: 0.12.3...0.12.4
0.12.3
Bug Fixes
- fix: don't pass
--verbose
to deno binary by @marvinhagemeister in #80
Full Changelog: 0.12.2...0.12.3
0.12.2
Bug fixes
- fix: Build
dist-esm
before publishing release on npm by @sebbo2002 in #64 - fix: support running
jsr i
without package arguments by @marvinhagemeister in #67 - fix: pnpm remove used wrong package manager by @marvinhagemeister in #74
- fix:
.npmrc
not written into workspace root by @marvinhagemeister in #73
Maintenance
- chore: remove --token flag with --dry-run in tests by @marvinhagemeister in #61
New Contributors
- @sebbo2002 made their first contribution in #64
Full Changelog: 0.12.1...0.12.2
0.12.1
Bug Fixes
- fix: wrong project folder detection by @marvinhagemeister in #57
- fix: skip unstable flags on publishing Deno project by @marvinhagemeister in #59
Full Changelog: 0.12.0...0.12.1
0.12.0
Features
- feat: set
--unstable-byonm
during publishing by default by @marvinhagemeister in #54
Bug Fixes
- fix:
--npm
flag not being respected by @marvinhagemeister in #52
Maintenance
- chore: update GH checkout action by @marvinhagemeister in #50
Full Changelog: 0.11.0...0.12.0
0.11.0
Features
- feat: add
jsr show <pkg>
command by @marvinhagemeister in #45 - feat: set
DENO_DISABLE_PEDANTIC_NODE_WARNINGS
during publish by default by @marvinhagemeister in #48
Bug Fixes
- fix: bun error on calling
jsr add
twice by @nakasyou in #36 - fix: ensure newline between npmrc entries by @marvinhagemeister in #42
Maintenance
- chore: Remove getPkgJson test function by @marvinhagemeister in #47
New Contributors
Full Changelog: 0.10.0...0.11.0
0.10.0
Features
- feat: run pkg scripts with or without
run
cmd by @triyanox in #21 - feat: add yarn v2+ support by @redabacha in #39
Bug Fixes
- fix: prefer
bun.lockd
overyarn.lock
by @azu in #34 - fix: wrong
projectDir
in workspace setup by @marvinhagemeister in #40
New Contributors
- @triyanox made their first contribution in #21
- @azu made their first contribution in #34
- @redabacha made their first contribution in #39
Full Changelog: 0.9.0...0.10.0