Skip to content

Commit 253b0a0

Browse files
chore(global): release read-pkg 4.1.0
1 parent 2a8a574 commit 253b0a0

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/error-express-handler": "4.0.0",
88
"packages/express-access-log-middleware": "4.0.0",
99
"packages/js-logger": "4.0.0",
10-
"packages/read-pkg": "2.0.0",
10+
"packages/read-pkg": "4.1.0",
1111
"packages/openapi-express-viewer": "5.0.0",
1212
"packages/openapi-helpers": "5.1.0",
1313
"packages/semantic-conventions": "1.0.0",

packages/read-pkg/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/MapColonies/infra-packages/compare/read-pkg-v2.0.0...read-pkg-v4.1.0) (2026-03-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **eslint-config:** added unicorn rules ([#130](https://github.com/MapColonies/infra-packages/issues/130))
9+
10+
### 🎉 Features
11+
12+
* **eslint-config:** added unicorn rules ([#130](https://github.com/MapColonies/infra-packages/issues/130)) ([b474787](https://github.com/MapColonies/infra-packages/commit/b474787ebefaddc521c56d2d775632d6c15d275c))
13+
14+
15+
### 🔧 Miscellaneous Chores
16+
17+
* **js-logger:** release 4.1.0 ([2a8a574](https://github.com/MapColonies/infra-packages/commit/2a8a574992a1cbf7f2b76f990ebfe436afb73ff5))
18+
319
## [2.0.0](https://github.com/MapColonies/infra-packages/compare/read-pkg-v1.0.0...read-pkg-v2.0.0) (2026-01-19)
420

521

packages/read-pkg/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/read-pkg",
3-
"version": "2.0.0",
3+
"version": "4.1.0",
44
"description": "This is a helper for reading and parsing package json files",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)