Skip to content

Commit

Permalink
release version 4.0.2 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoMagrassi authored Sep 1, 2021
1 parent c9f960d commit 6cb2a23
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.2](https://github.com/contactlab/appy/releases/tag/4.0.2)

**Dependencies:**

- Bump typescript from 4.3.5 to 4.4.2 (#469)
- [Security] Bump path-parse from 1.0.6 to 1.0.7 (#463)
- [Security] Bump glob-parent from 5.1.1 to 5.1.2 (#437)
- [Security] Bump ws from 7.4.1 to 7.4.6 (#429)
- [Security] Bump hosted-git-info from 2.8.8 to 2.8.9 (#416)
- [Security] Bump lodash from 4.17.20 to 4.17.21 (#415)
- Fix README typo (#406)

## [4.0.1](https://github.com/contactlab/appy/releases/tag/4.0.1)

**Bug Fix:**
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ nav_order: 2

# Changelog

## [4.0.2](https://github.com/contactlab/appy/releases/tag/4.0.2)

**Dependencies:**

- Bump typescript from 4.3.5 to 4.4.2 (#469)
- [Security] Bump path-parse from 1.0.6 to 1.0.7 (#463)
- [Security] Bump glob-parent from 5.1.1 to 5.1.2 (#437)
- [Security] Bump ws from 7.4.1 to 7.4.6 (#429)
- [Security] Bump hosted-git-info from 2.8.8 to 2.8.9 (#416)
- [Security] Bump lodash from 4.17.20 to 4.17.21 (#415)
- Fix README typo (#406)

## [4.0.1](https://github.com/contactlab/appy/releases/tag/4.0.1)

**Bug Fix:**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contactlab/appy",
"version": "4.0.1",
"version": "4.0.2",
"description": "A functional wrapper around Fetch API",
"main": "./index.js",
"module": "./_es6/index.js",
Expand Down

0 comments on commit 6cb2a23

Please sign in to comment.