diff --git a/CHANGELOG.md b/CHANGELOG.md index babf166..336d9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## next minor +## 0.2.11 +### Fixed +- add types export in package.json for vite setup + +## 0.2.10 ### Fixed - types export in package.json diff --git a/package.json b/package.json index 0752781..1516d5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@collage/core", - "version": "0.2.10", + "version": "0.2.11", "description": "A library to handle communication between micro frontends and enable an easy to use orchestration", "repository": { "type": "git", @@ -33,6 +33,7 @@ "type": "module", "main": "./dist/collage.umd.js", "module": "./dist/collage.es.js", + "types": "./dist/index.d.ts", "exports": { ".": { "import": {