Skip to content

Commit 651aada

Browse files
committed
v3.0.1
1 parent 36c1fa1 commit 651aada

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## v3.0.1
8+
### Fixed
9+
- crash when retrieving a path which contains a null value
10+
11+
712
## v3.0.0
813
### Added
914
- add/add! - adds values indicated by pointers

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add a dependency to your project `mix.exs`:
1313

1414
```Elixir
1515
def deps do
16-
[{:odgn_json_pointer, "~> 3.0.0"}]
16+
[{:odgn_json_pointer, "~> 3.0.1"}]
1717
end
1818
```
1919

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule JsonPointer.Mixfile do
22
use Mix.Project
33

4-
@version "3.0.0"
4+
@version "3.0.1"
55

66
def project do
77
[
@@ -51,7 +51,7 @@ defmodule JsonPointer.Mixfile do
5151

5252
defp package do
5353
[
54-
name: "ODGN JSON Pointer",
54+
name: "odgn_json_pointer",
5555
licenses: ["MIT"],
5656
maintainers: ["Alexander Veenendaal"],
5757
links: %{"GitHub" => "https://github.com/odogono/elixir-jsonpointer"},

0 commit comments

Comments
 (0)