We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501bbf1 commit 09b1961Copy full SHA for 09b1961
History.md
@@ -1,3 +1,14 @@
1
+
2
+1.1.0 / 2015-12-31
3
+==================
4
5
+ * add "use strict"
6
+ * add `LICENSE` file
7
+ * add `.travis.yml` file
8
+ * make `this` respect a target if one is used
9
+ * test: add unicode function name tests
10
+ * test: add `this` arg tests
11
12
1.0.0 / 2015-12-30
13
==================
14
package.json
@@ -1,6 +1,6 @@
{
"name": "function-class",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Easy `Function` subclasses",
"main": "index.js",
"scripts": {
0 commit comments