Skip to content

Commit

Permalink
Update docs/changelog.md and set new release id in docs/_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed May 2, 2017
1 parent 59a7a34 commit f7ff840
Show file tree
Hide file tree
Showing 3 changed files with 11,670 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/_config.yml
@@ -1,9 +1,11 @@
title: Sinon.JS
description: 'Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework.'
description: >-
Standalone test spies, stubs and mocks for JavaScript. Works with any unit
testing framework.
url: 'http://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v2.1.0
current_release: v2.2.0
markdown: kramdown
kramdown:
input: GFM
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.md
@@ -1,9 +1,17 @@
---
layout: default
title: Changelog - Sinon.JS
title: Changelog
permalink: /releases/changelog
---
# Changelog

2.2.0 / 2017-05-02
==================

* Added `usingPromise` method to stub and sandbox.
* Added support for React Native window location format Fixes sinonjs/sinon#1362
* Fix error on call.toString() where stack has fewer than 4 lines.

2.1.0 / 2017-03-20
==================

Expand Down

0 comments on commit f7ff840

Please sign in to comment.