Skip to content

Commit

Permalink
Bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Oct 19, 2018
1 parent fcc00e8 commit 178a0c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change Log

## [2.2.0-NEXT]
## [2.2.0-beta14]
- Support arity 1 on `pc/batch-resolver`
- Add `pc/resolver` and `pc/mutation` helpers
- Fix `p/elide-not-found` to retain meta data (thanks @tony.kay!)

## [2.2.0-beta13]
- Fix `open-ident-reader`
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.wsscode/pathom "2.2.0-beta14-SNAPSHOT"
(defproject com.wsscode/pathom "2.2.0-beta14"
:description "A Clojure library designed to provide a collection of helper functions to support Clojure(script) graph parsers using\nom.next graph syntax."
:url "https://github.com/wilkerlucio/pathom"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 178a0c3

Please sign in to comment.