Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Oct 29, 2022
1 parent 674a91b commit b495f1c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 0.12.1

- [FIX] Publish JS

Previous version didn't incoude prebuilt js and types

# 0.12.0

- [REWRITE] More agnostic block system where the ContentEditable is a base
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add it to your dependencies in `mix.exs`:
```elixir
deps: [
# ...
{:philtre, "~> 0.12.0"}
{:philtre, "~> 0.12.1"}
# ...
]
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Philtre.MixProject do
use Mix.Project

@source_url "https://github.com/begedin/philtre"
@version "0.12.0"
@version "0.12.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": "philtrejs",
"version": "0.12.0",
"version": "0.12.1",
"description": "Block-style editor for phoenix_live_view, the frontend part",
"directories": {
"lib": "dist",
Expand Down

0 comments on commit b495f1c

Please sign in to comment.