@mservices-tech/scripts 4.0.0-scripts-fix-versioning-rc.0 → 4.0.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
## 4.0.0 (2026-03-24)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **scripts:** Refactor removeGitHashesFromMarkdownFile to bash
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **scripts:** Enable to pass versionrc path
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **scripts:** Fix utils path in remove_git_hashes_from_markdown_file
|
|
17
|
+
* **scripts:** Refactor removeGitHashesFromMarkdownFile to bash
|
|
18
|
+
* **scripts:** Remove self dependency
|
|
19
|
+
* **scripts:** Use @mservices-tech/eslint-config-node and @mservices-tech/prettier-config
|
|
20
|
+
* **scripts:** Use @mservices-tech/utils package
|
|
21
|
+
* **scripts:** Use proper scope in bump_version
|
|
22
|
+
|
|
1
23
|
### 3.2.2 (2026-03-19)
|
|
2
24
|
|
|
3
25
|
### Bug Fixes
|
package/package.json
CHANGED