@pagermon/ingest-core 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/release-please-config.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.0](https://github.com/eopo/pagermon-ingest-core/compare/v1.2.0...1.3.0) (2026-03-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add dependabot configuration for npm, docker, and GitHub Actions ([d45e928](https://github.com/eopo/pagermon-ingest-core/commit/d45e928cd62dd30315fbba636e3f03b6baabca82))
|
|
9
|
+
* enhance release-please workflow with optional release version input ([dd998a7](https://github.com/eopo/pagermon-ingest-core/commit/dd998a722fd12b7ccb44d2af6772d7a1126424a7))
|
|
10
|
+
* modify CI workflow to target 'dev' branch instead of 'develop' ([dd998a7](https://github.com/eopo/pagermon-ingest-core/commit/dd998a722fd12b7ccb44d2af6772d7a1126424a7))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump actions/setup-node from 4 to 6 ([0ce56bf](https://github.com/eopo/pagermon-ingest-core/commit/0ce56bff21116c43630d923b9113c224447ca507))
|
|
16
|
+
* **deps:** bump actions/setup-node from 4 to 6 ([1b96a87](https://github.com/eopo/pagermon-ingest-core/commit/1b96a87dcf866d3f564c0c231169d6ec719248a7))
|
|
17
|
+
* update dependabot prefixes to use "fix" instead of "chore" for better clarity ([dd998a7](https://github.com/eopo/pagermon-ingest-core/commit/dd998a722fd12b7ccb44d2af6772d7a1126424a7))
|
|
18
|
+
|
|
3
19
|
## [1.2.0](https://github.com/eopo/pagermon-ingest-core/compare/v1.1.0...v1.2.0) (2026-03-10)
|
|
4
20
|
|
|
5
21
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"release-type": "node",
|
|
5
5
|
"package-name": "@pagermon/ingest-core",
|
|
6
6
|
"include-component-in-tag": false,
|
|
7
|
-
"include-v-in-tag":
|
|
7
|
+
"include-v-in-tag": false,
|
|
8
8
|
"changelog-path": "CHANGELOG.md",
|
|
9
9
|
"bump-minor-pre-major": true,
|
|
10
10
|
"bump-patch-for-minor-pre-major": false
|