diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 5c63354e2..0d41b0b78 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-    ".": "1.13.0"
+    ".": "1.13.1"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60b51df21..e2acf70ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## [1.13.1](https://github.com/SAP/ui5-linter/compare/v1.13.0...v1.13.1) (2025-05-12)
+
+
+### Bug Fixes
+
+* **autofix:** Do not fix global access of Core module ([#641](https://github.com/SAP/ui5-linter/issues/641)) ([cfb5886](https://github.com/SAP/ui5-linter/commit/cfb588673a40256c2d8bdd979fb413eefca63971))
+
+
+### Dependencies
+
+* Bump @sapui5/types from 1.120.29 to 1.120.30 ([509382f](https://github.com/SAP/ui5-linter/commit/509382f00439e1800c44fa0bd6a934354392c451))
+* Bump globals from 16.0.0 to 16.1.0 ([6293fcc](https://github.com/SAP/ui5-linter/commit/6293fcc285f4b873f82544fe765b0cdc63ae21ba))
+
 ## [1.13.0](https://github.com/SAP/ui5-linter/compare/v1.12.0...v1.13.0) (2025-04-16)
 
 
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index bac850c01..6d2336555 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,12 +1,12 @@
 {
 	"name": "@ui5/linter",
-	"version": "1.13.0",
+	"version": "1.13.1",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "@ui5/linter",
-			"version": "1.13.0",
+			"version": "1.13.1",
 			"license": "Apache-2.0",
 			"dependencies": {
 				"@jridgewell/sourcemap-codec": "^1.5.0",
diff --git a/package.json b/package.json
index 97185c7e0..5c4b88742 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@ui5/linter",
-	"version": "1.13.0",
+	"version": "1.13.1",
 	"description": "A static code analysis tool for UI5",
 	"author": {
 		"name": "SAP SE",