Skip to content

v0.0.8

Choose a tag to compare

@jdwyah jdwyah released this 21 May 18:06
· 4 commits to main since this release
  • Bump @quonfig/node to 0.0.33. Both the peer floor (>=0.0.28 -> >=0.0.33) and the dev pin
    (^0.0.28 -> ^0.0.33) are bumped because npm interprets ^0.0.x as >=0.0.x <0.0.(x+1) on
    0.0.x semver, so the old caret would not have picked up 0.0.33. No provider code changes.