Skip to content

Commit

Permalink
chore(release): updated CHANGELOG.md and version in README.md to 4.0.…
Browse files Browse the repository at this point in the history
…30 [skip-ci]
  • Loading branch information
github-actions committed Aug 2, 2021
1 parent 72b1f4e commit 9d79c6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>4.0.30 (2021-08-02)</small>

* Merge pull request #468 from mountain-pass/dependabot/npm_and_yarn/snyk-1.673.0 ([72b1f4e](https://github.com/mountain-pass/waychaser/commit/72b1f4e)), closes [#468](https://github.com/mountain-pass/waychaser/issues/468)



## <small>4.0.29 (2021-08-02)</small>

* Merge pull request #467 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-syntax-top-level-awa ([90cadae](https://github.com/mountain-pass/waychaser/commit/90cadae)), closes [#467](https://github.com/mountain-pass/waychaser/issues/467)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This [isomorphic](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) library i

[![Quality](https://img.shields.io/codacy/grade/940768d54f7545f7b42f89b26c23c751?logo=codacy)](https://www.codacy.com/gh/mountain-pass/waychaser/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=mountain-pass/waychaser&amp;utm_campaign=Badge_Grade) [![Coverage](https://img.shields.io/codacy/coverage/940768d54f7545f7b42f89b26c23c751?logo=codacy)](https://www.codacy.com/gh/mountain-pass/waychaser/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mountain-pass/waychaser&utm_campaign=Badge_Coverage)

[![source code vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/mountain-pass/waychaser?label=source%20code%20vulnerabilities&logo=snyk)](https://snyk.io/test/github/mountain-pass/waychaser) [![npm package vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mountainpass/waychaser@4.0.29?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waychaser/4.0.29)
[![source code vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/mountain-pass/waychaser?label=source%20code%20vulnerabilities&logo=snyk)](https://snyk.io/test/github/mountain-pass/waychaser) [![npm package vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mountainpass/waychaser@4.0.30?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waychaser/4.0.30)


[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
Expand Down Expand Up @@ -89,7 +89,7 @@ try {
```html
<script
type="text/javascript"
src="https://unpkg.com/@mountainpass/waychaser@4.0.29"
src="https://unpkg.com/@mountainpass/waychaser@4.0.30"
></script>

...
Expand Down

0 comments on commit 9d79c6a

Please sign in to comment.