Skip to content

Commit

Permalink
Merge pull request #404 from nextcloud/release-v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jan 18, 2022
2 parents f41b34e + 4837235 commit c82cd0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.9.0 – 2022-01-18
### Changed
- Dependency updates (esp. axios v0.25.0)
### Fixed
- Update vulnerable packages (follow-redirects v1.14.7 via axios v0.25.0)

## 1.8.0 – 2021-11-26
### Changed
- Dependency updates (esp. axios v0.24.0)
Expand Down
4 changes: 2 additions & 2 deletions 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": "@nextcloud/axios",
"version": "1.8.0",
"version": "1.9.0",
"description": "Axios client for Nextcloud",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c82cd0f

Please sign in to comment.