@mountainpass/waychaser 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## <small>5.0.2 (2022-06-26)</small>
|
|
2
|
+
|
|
3
|
+
* Merge pull request #488 from mountain-pass/dependabot/npm_and_yarn/shell-quote-1.7.3 ([8a5b378](https://github.com/mountain-pass/waychaser/commit/8a5b378)), closes [#488](https://github.com/mountain-pass/waychaser/issues/488)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## <small>5.0.1 (2022-06-26)</small>
|
|
2
8
|
|
|
3
9
|
* feat(defaults): defaults are now accessible via `waychaser.currentDefaults` ([987d73b](https://github.com/mountain-pass/waychaser/commit/987d73b))
|
package/README.md
CHANGED