From d974eaf90d33b695178d9b914db958176b7d12d8 Mon Sep 17 00:00:00 2001 From: satnam72 <125819218+satnam72@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:30:59 +0000 Subject: [PATCH] chore(build): add ESM build support and bump version to RC --- CHANGELOG.md | 6 ++++++ README.md | 2 +- demo/index.html | 2 +- package.json | 2 +- rollup.config.js | 11 +++++++++++ 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794b0f5..56235d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.0-rc] - 2025-09-07 + +### Added + +- Added support for ESM builds to generate ES modules + ## [0.2.0-beta] - 2025-08-29 ### Added diff --git a/README.md b/README.md index 73f09aa..f7b3a51 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ media="(prefers-color-scheme: light)" Lightweight, dependency-free drag-and-drop with precise native target detection and easy customization. -![Version Badge](https://img.shields.io/badge/Current_Version-v0.2.0--beta-blue.svg) +![Version Badge](https://img.shields.io/badge/Current_Version-v0.2.0--rc-blue.svg) ## Features diff --git a/demo/index.html b/demo/index.html index 780f51a..c129b78 100644 --- a/demo/index.html +++ b/demo/index.html @@ -47,7 +47,7 @@

Allonsh.js Demo - v0.2.0-beta + v0.2.0-rc