Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Production
Browse files Browse the repository at this point in the history
  • Loading branch information
gcfabri committed Jun 26, 2017
1 parent 0420a07 commit 2b06879
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 1.0.0 - 26 Jun 2017

- Production

##### 1.1.1-beta - 25 May 2017

- Added current_phase response on getCardById method
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@

An unofficial Pipefy API wrapper using node.js.

### Beta

This library is in Beta stage.

### Under development

Production version will be released in next month, June.

## Official Reference

[Pipefy Apiary](http://docs.pipefy.apiary.io)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pipefy-node",
"version": "1.1.1-beta",
"version": "1.0.0",
"description": "An unofficial Pipefy API wrapper using node.js",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"engines": {
"node": ">=6.10.3"
"node": ">=8.1.2"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion result.json

This file was deleted.

0 comments on commit 2b06879

Please sign in to comment.