Skip to content

Commit 6fca398

Browse files
chore(master): release 3.0.0 (#53)
1 parent 048e7f1 commit 6fca398

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.0"}
1+
{".":"3.0.0"}

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/MapColonies/js-logger/compare/v2.0.0...v3.0.0) (2025-07-29)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update engine and packages ([#54](https://github.com/MapColonies/js-logger/issues/54))
11+
12+
### Build System
13+
14+
* **devdeps:** bump the dev-patch group across 1 directory with 13 updates ([#52](https://github.com/MapColonies/js-logger/issues/52)) ([1049722](https://github.com/MapColonies/js-logger/commit/104972216e2420cfbb5db1ce6cf7873232794a03))
15+
* update engine and packages ([#54](https://github.com/MapColonies/js-logger/issues/54)) ([0abbe98](https://github.com/MapColonies/js-logger/commit/0abbe9859672562490a7f9004b4cc823931fe943))
16+
517
## [2.0.0](https://github.com/MapColonies/js-logger/compare/v1.1.0...v2.0.0) (2025-02-03)
618

719

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": "@map-colonies/js-logger",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Javascript and typescript logger for MapColonies based on pino",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)