Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Nichols committed Oct 10, 2020
1 parent 5b3a3e7 commit 7d071f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.3.1 / 2020 Oct 10

> Drop ^:const use to allow uberjarring and to fix some performance issues in js contexts
## v1.3.0 / 2020 Jul 18

> Expose a conform function so downstream users aren't required to install spec tools as a dependency for edn data
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "common-beer-format",
"version": "1.3.0",
"version": "1.3.1",
"description": "An implementation of the BeerXML spec in multiple formats",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.wallbrew/common-beer-format "1.3.0"
(defproject com.wallbrew/common-beer-format "1.3.1"
:description "An implementation of the BeerXML spec in multiple formats"
:url "https://github.com/Wall-Brew-Co/common-beer-format"
:license {:name "MIT"
Expand Down

0 comments on commit 7d071f9

Please sign in to comment.