Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 19, 2016
1 parent 49cd3ba commit 02debcf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/npm/annotation-api/compare/v1.0.0...v1.1.0) (2016-04-19)


### Features

* **webhook:** adds webhook that handles fetching annotations from external integration ([#3](https://github.com/npm/annotation-api/issues/3)) ([49cd3ba](https://github.com/npm/annotation-api/commit/49cd3ba))



<a name="1.0.0"></a>
# 1.0.0 (2016-04-11)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npm/annotation-api",
"version": "1.0.0",
"version": "1.1.0",
"description": "API for polling a set of external integrations and annotating packages and other entities on npmjs.com",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"restify": "^4.0.4",
"yargs": "^4.6.0"
}
}
}

0 comments on commit 02debcf

Please sign in to comment.