Skip to content

Commit f98ecfc

Browse files
committed
chore: Prepare 2.7.0 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent c85faba commit f98ecfc

3 files changed

Lines changed: 42 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

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

5+
## 2.7.0 - 2023-09-20
6+
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.1...v2.7.0
7+
8+
*Note: The packages of the previous releases (2.6.x) were broken.*
9+
10+
### Fixed
11+
* chore: Add missing description to package by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/557
12+
13+
### Changed
14+
* Updated dependencies
15+
16+
## 2.6.1 - 2023-09-20
17+
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.0...v2.6.1
18+
19+
### Fixed
20+
* Remove permission check in publish workflows by @artonge in https://github.com/nextcloud-libraries/nextcloud-logger/pull/551
21+
22+
## 2.6.0 - 2023-09-20
23+
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.5.0...v2.6.0
24+
25+
### Added
26+
* Allow logging errors when passed as message parameter by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/444
27+
28+
### Fixed
29+
* 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
30+
* Add typings to published package by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/442
31+
* Add unit tests workflow by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/504
32+
* Lint files using ESLint and add CI workflow by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/505
33+
* fix: Add missing unit tests for `ConsoleLogger` by @susnux in https://github.com/nextcloud-libraries/nextcloud-logger/pull/506
34+
* Use the original property for debug and loglevel by @artonge in https://github.com/nextcloud-libraries/nextcloud-logger/pull/550
35+
36+
### Changed
37+
* chore: update node engines to next LTS by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-logger/pull/496
38+
* Updated dependencies
39+
40+
41+
### New Contributors
42+
* @artonge made their first contribution in https://github.com/nextcloud-libraries/nextcloud-logger/pull/550
43+
544
## 2.5.0 – 2023-01-11
645
### Changed
746
- Postpone log level detection until OC loaded

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/logger",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Generic JavaScript logging interface for Nextcloud apps and libraries",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)