From 6ea763a34729b35e7160efba71f60dbab6c12d80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 15:43:19 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] ## [1.1.9](https://github.com/ThinAirThings/uix/compare/v1.1.8...v1.1.9) (2024-05-14) ### Bug Fixes * implement code splitting ([3a38b54](https://github.com/ThinAirThings/uix/commit/3a38b54e63e93d58855901ec40e62ae49e1eaf9f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd76fd9..938ffc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.9](https://github.com/ThinAirThings/uix/compare/v1.1.8...v1.1.9) (2024-05-14) + + +### Bug Fixes + +* implement code splitting ([3a38b54](https://github.com/ThinAirThings/uix/commit/3a38b54e63e93d58855901ec40e62ae49e1eaf9f)) + ## [1.1.8](https://github.com/ThinAirThings/uix/compare/v1.1.7...v1.1.8) (2024-05-14) diff --git a/package.json b/package.json index c5f1a36..3db9a31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@thinairthings/uix", "author": "Dan Lannan", - "version": "1.1.8", + "version": "1.1.9", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module",