Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odogono committed Jul 31, 2019
1 parent 36c1fa1 commit 651aada
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## v3.0.1
### Fixed
- crash when retrieving a path which contains a null value


## v3.0.0
### Added
- add/add! - adds values indicated by pointers
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add a dependency to your project `mix.exs`:

```Elixir
def deps do
[{:odgn_json_pointer, "~> 3.0.0"}]
[{:odgn_json_pointer, "~> 3.0.1"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule JsonPointer.Mixfile do
use Mix.Project

@version "3.0.0"
@version "3.0.1"

def project do
[
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule JsonPointer.Mixfile do

defp package do
[
name: "ODGN JSON Pointer",
name: "odgn_json_pointer",
licenses: ["MIT"],
maintainers: ["Alexander Veenendaal"],
links: %{"GitHub" => "https://github.com/odogono/elixir-jsonpointer"},
Expand Down

0 comments on commit 651aada

Please sign in to comment.