diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00f8d9b..bc48f5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
+## 1.6.11 (2024-09-12)
+
+* fix base path for sprites ([9ea5aa2](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/9ea5aa2))
+
+
+
## 1.6.10 (2024-09-12)
* don't lowercase types or assume anything about them. fix auto-weapon-skill selector to be lowercase ([b539329](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/b539329))
* rair server should not be required to export a mod ([d37ff5c](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/d37ff5c))
+* Release Patch 1.6.10 ([e2141b5](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/e2141b5))
* support sprite-changing effects ([a297551](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/a297551))
+* Sync version ([c43ad7e](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/c43ad7e))
diff --git a/package-lock.json b/package-lock.json
index f0b19b0..38a4617 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "landoftherairmodkit",
- "version": "1.6.10",
+ "version": "1.6.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "landoftherairmodkit",
- "version": "1.6.10",
+ "version": "1.6.11",
"hasInstallScript": true,
"dependencies": {
"@angular/common": "18.1.3",
diff --git a/package.json b/package.json
index c340ed0..df5c136 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"repository": {
"url": "https://github.com/LandOfTheRair/mod-toolkit-v2"
},
- "version": "1.6.10",
+ "version": "1.6.11",
"main": "app/main.js",
"private": true,
"scripts": {