Skip to content

Commit

Permalink
chore(release): release 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Oct 5, 2017
1 parent 466f9bd commit 1fa3caa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v0.13.2

- Use `InjectionToken`, instead of deprecated `OpaqueToken` ([PR #358](https://github.com/apollographql/apollo-angular/pull/358))
- Expose `ClientMap`, `ClientMapWrapper`, `ClientWrapper` ([PR #360](https://github.com/apollographql/apollo-angular/pull/360))
- Allow to install the library directly from git (NPM v5+ required) ([PR #362](https://github.com/apollographql/apollo-angular/pull/362))
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": "apollo-angular",
"version": "0.13.1",
"version": "0.13.2",
"description": "Angular client for Apollo",
"main": "build/bundles/apollo.umd.js",
"module": "build/src/index.js",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
lodash "^4.17.4"
meow "^3.7.0"

"@commitlint/config-angular@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-3.1.1.tgz#55f2283803c6a4e01e755d0912eff9d757353366"

"@commitlint/core@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-3.1.3.tgz#7dfa2615f64b62775d6dfbd35eb01c0a444c911d"
Expand Down

0 comments on commit 1fa3caa

Please sign in to comment.