diff --git a/CHANGELOG.md b/CHANGELOG.md index d524cdb..49226ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +## 0.14.1 - 2024-11-19 + ### Changed - Upgraded to esbuild 0.24.0. This requires you to reconfigure the `build.js` file. An example can be found in `example_project/assets/build.js`. diff --git a/README.md b/README.md index 04b4e7b..83319fd 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ _If you're updating from an older version, make sure to check the `CHANGELOG.md` ```elixir defp deps do [ - {:live_svelte, "~> 0.14.0"} + {:live_svelte, "~> 0.14.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 1248aa6..7c99824 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveSvelte.MixProject do use Mix.Project - @version "0.14.0" + @version "0.14.1" @repo_url "https://github.com/woutdp/live_svelte" def project do diff --git a/package-lock.json b/package-lock.json index f0a4de2..863d7b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "live_svelte", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "live_svelte", - "version": "0.14.0", + "version": "0.14.1", "license": "MIT", "devDependencies": { "prettier": "3.3.3", diff --git a/package.json b/package.json index 819dd8e..fee902f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live_svelte", - "version": "0.14.0", + "version": "0.14.1", "description": "", "license": "MIT", "module": "./priv/static/live_svelte.esm.js",