We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b901a02 commit 31be9a5Copy full SHA for 31be9a5
docs/_config.yml
@@ -5,7 +5,7 @@ description: >-
5
url: 'https://sinonjs.org'
6
github_username: sinonjs
7
sinon:
8
- current_release: v11.0.0
+ current_release: v11.1.0
9
markdown: kramdown
10
kramdown:
11
input: GFM
docs/changelog.md
@@ -5,6 +5,15 @@ permalink: /releases/changelog
---
# Changelog
+11.1.0 / 2021-05-25
+==================
+
+ * Add sinon.promise() implementation (#2369)
12
+ * Set wrappedMethod on getters/setters (#2378)
13
+ * [Docs] Update fake-server usage & descriptions (#2365)
14
+ * Fake docs improvement (#2360)
15
+ * Update nise to 5.1.0 (fixed #2318)
16
17
11.0.0 / 2021-05-24
18
==================
19
0 commit comments