From f6d86b417a5ab6a62511c144846983a6feb05342 Mon Sep 17 00:00:00 2001 From: Gunnar Torfi Date: Sun, 22 Sep 2024 21:54:49 +0000 Subject: [PATCH] chore: release 0.14.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628af31..dfdfb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.14.2](https://github.com/gunnartorfis/sonner-native/compare/v0.14.1...v0.14.2) (2024-09-22) + + +### Bug Fixes + +* add missing worklet directive ([b5796de](https://github.com/gunnartorfis/sonner-native/commit/b5796de6d71727e7a0152c50f8af5e0b9e2e1e57)) + ## [0.14.1](https://github.com/gunnartorfis/sonner-native/compare/v0.14.0...v0.14.1) (2024-09-20) diff --git a/package.json b/package.json index b337bb3..b408b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonner-native", - "version": "0.14.1", + "version": "0.14.2", "description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",