Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Nov 15, 2024
1 parent 4fd3399 commit 52cd380
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# storex

## 0.6.1

- Add missing `cast` to `Storex.Message`

## 0.6.0

- **[BREAKING]** Keys of params in Store are now type `binary` instead of `atom`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Storex.MixProject do
use Mix.Project

@version "0.6.0"
@version "0.6.1"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storex",
"version": "0.6.0",
"version": "0.6.1",
"main": "./priv/static/storex.umd.js",
"module": "./priv/static/storex.esm.js",
"types": "./priv/static/storex.d.ts",
Expand Down

0 comments on commit 52cd380

Please sign in to comment.