From 5abb90c74b31a898c3c519fbffe64ef295e8de41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:03:00 +0000 Subject: [PATCH] chore(main): release 1.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99acc14..c47e3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.3.0...v1.3.1) (2023-09-01) + + +### Bug Fixes + +* fix exports ([df09962](https://github.com/TheBigSasha/tbsui-ssr/commit/df0996232f15fbcc4106bcf0a9aec1e2d0494971)) + ## [1.3.0](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.2.0...v1.3.0) (2023-09-01) diff --git a/package.json b/package.json index 20f3a45..24bf7bf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "thebigsasha ", "description": "A React component library which is capable of being deployed with javascript on the client.", "private": false, - "version": "1.3.0", + "version": "1.3.1", "packageManager": "pnpm@8.4.0", "main": "./dist/tbsui-ssr.umd.js", "module": "./dist/tbsui-ssr.es.js",