Skip to content

Commit

Permalink
Merge pull request #433 from nextcloud/release/v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Jan 11, 2023
2 parents dd7e44f + 9950739 commit e9bc711
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 2.5.0 – 2023-01-11
### Changed
- Postpone log level detection until OC loaded
- Dependency updates
### Fixed
- Fix node scripts for building and documentation

## 2.4.0 – 2022-10-24
### Changed
- Dependency updates
Expand All @@ -12,8 +19,8 @@ All notable changes to this project will be documented in this file.
### Changed
- Dependency updates

## 2.2.1 - 2022-07-07
### Fixed
## 2.2.1 - 2022-07-07
### Fixed
- More robust agains library loading order problems
- Work without the `OC` global

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/logger",
"version": "2.4.0",
"version": "2.5.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e9bc711

Please sign in to comment.