Release version 0.14.1

This commit is contained in:
Wout De Puysseleir 2024-11-19 09:18:50 -08:00
parent 375f959e9e
commit bb7c2c2b69
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A
5 changed files with 7 additions and 5 deletions

View file

@ -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`.

View file

@ -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
```

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -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",