Skip to content

Commit

Permalink
Merge pull request #558 from nextcloud-libraries/chore/Release
Browse files Browse the repository at this point in the history
chore: Prepare 2.7.0 release
  • Loading branch information
susnux authored Sep 20, 2023
2 parents c85faba + f98ecfc commit 921559f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

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

## 2.7.0 - 2023-09-20
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.1...v2.7.0

*Note: The packages of the previous releases (2.6.x) were broken.*

### Fixed
* chore: Add missing description to package by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/557

### Changed
* Updated dependencies

## 2.6.1 - 2023-09-20
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.0...v2.6.1

### Fixed
* Remove permission check in publish workflows by @artonge in https://github.com/nextcloud-libraries/nextcloud-logger/pull/551

## 2.6.0 - 2023-09-20
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.5.0...v2.6.0

### Added
* Allow logging errors when passed as message parameter by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/444

### Fixed
* Added missing test cases for `LoggerBuilder` and `index` by @susnux in https://github.com/nextcloud-libraries/* Only add required files to npm package by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/443
* Add typings to published package by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/442
* Add unit tests workflow by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/504
* Lint files using ESLint and add CI workflow by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/505
* fix: Add missing unit tests for `ConsoleLogger` by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/506
* Use the original property for debug and loglevel by @artonge in https://github.com/nextcloud-libraries/nextcloud-logger/pull/550

### Changed
* chore: update node engines to next LTS by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-logger/pull/496
* Updated dependencies


### New Contributors
* @artonge made their first contribution in https://github.com/nextcloud-libraries/nextcloud-logger/pull/550

## 2.5.0 – 2023-01-11
### Changed
- Postpone log level detection until OC loaded
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.6.1",
"version": "2.7.0",
"description": "Generic JavaScript logging interface for Nextcloud apps and libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 921559f

Please sign in to comment.