From 0ab22087352e295188bdc62500aeeec965481b9c Mon Sep 17 00:00:00 2001 From: Oblak Bot Date: Sat, 13 Jan 2024 16:34:28 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/oblakstudio/extremis-core/compare/v3.0.2...v3.0.3) (2024-01-13) ### Bug Fixes * Asset namespace fix ([a22df44](https://github.com/oblakstudio/extremis-core/commit/a22df442c37faf4d152696df5cbccdc3e5bc0645)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7685bcf..9f30519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.3](https://github.com/oblakstudio/extremis-core/compare/v3.0.2...v3.0.3) (2024-01-13) + + +### Bug Fixes + +* Asset namespace fix ([a22df44](https://github.com/oblakstudio/extremis-core/commit/a22df442c37faf4d152696df5cbccdc3e5bc0645)) + ## [3.0.2](https://github.com/oblakstudio/extremis-core/compare/v3.0.1...v3.0.2) (2024-01-13) diff --git a/composer.json b/composer.json index 1f50379..97d340a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "oblak/extremis-core", "description": "Core files for Extremis", "license": "GPL-2.0-or-later", - "version": "3.0.2", + "version": "3.0.3", "autoload": { "psr-4": { "Extremis\\": "src"