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
…27 [skip-ci]
  • Loading branch information
github-actions committed Aug 1, 2021
1 parent 9880e86 commit af53b09
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.27 (2021-08-01)</small>

* Merge pull request #462 from mountain-pass/dependabot/npm_and_yarn/babel/preset-env-7.14.9 ([9880e86](https://github.com/mountain-pass/waychaser/commit/9880e86)), closes [#462](https://github.com/mountain-pass/waychaser/issues/462)



## <small>4.0.26 (2021-07-30)</small>

* Merge pull request #460 from mountain-pass/dependabot/npm_and_yarn/eslint-7.32.0 ([2c2c107](https://github.com/mountain-pass/waychaser/commit/2c2c107)), closes [#460](https://github.com/mountain-pass/waychaser/issues/460)
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.26?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waychaser/4.0.26)
[![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.27?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waychaser/4.0.27)


[![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.26"
src="https://unpkg.com/@mountainpass/waychaser@4.0.27"
></script>

...
Expand Down

0 comments on commit af53b09

Please sign in to comment.