Skip to content

Commit

Permalink
🏭 Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 3, 2017
1 parent ff48732 commit 457852d
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,49 @@
0.1.3 / 2017-09-22
==================

* 0.1.3 tag
* Update README.md
* Add headers/content/body methods and better options type.
* Clearer README
* update .gitattributes
* fix typos
* update deps
* add gitattributes
* code split
* add tslint

0.1.2 / 2017-09-21
==================

* 0.1.2 tag
* Addding the baseUrl function.
Resolves [#2](https://github.com/elbywan/wretch/issues/2).
* Update README.md
* correct types
* readme update
* improved typescript definitions
* typo fix
* Readme update

0.1.1 / 2017-09-14
==================

* 0.1.1 tag
* correct optional callbacks in declaration files

0.1.0 / 2017-09-14
==================

* 0.1.0 tag
* improve coverage
* add documentation
* add coverage
* moved from webpack to rollup and restored source maps
* remove source maps

0.0.1 / 2017-09-14
==================

* 0.0.1 tag
* init
* Initial commit
74 changes: 73 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -27,12 +27,14 @@
"prebuild": "rimraf dist && rimraf coverage && npm run lint",
"build": "tsc -p . && rollup -c",
"test": "nyc mocha --reporter list",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"changelog": "changelog -m wretch all > CHANGELOG.md"
},
"author": "Julien Elbaz",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"changelog": "^1.4.0",
"coveralls": "^2.13.1",
"form-data": "^2.3.1",
"mocha": "^3.5.3",
Expand Down

0 comments on commit 457852d

Please sign in to comment.