Skip to content

Commit

Permalink
(meta) first beta of 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed May 4, 2017
1 parent d4f50c6 commit 5ef26d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Each version entry is written as a heading in the format `[<version number>] - Y

---

## [Unreleased]
## [2.0.0-beta1] - 2017-05-03

### Documentation

Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ publish: clean lint
$(MAKE) _test-sauce
git checkout -b "publish/$(VERSION)"
$(MAKE) _documentation
-git add --update
git commit -m "(release) Publishes version $(VERSION)" --allow-empty
git tag "release/$(VERSION)"
git push --tags
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": "folktale",
"version": "2.0.0-alpha5",
"version": "2.0.0-beta1",
"description": "A suite of libraries for generic functional programming in JavaScript that allows you to write elegant modular applications with fewer bugs and more reuse.",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit 5ef26d3

Please sign in to comment.