Skip to content

Commit 09b1961

Browse files
committed
Release 1.1.0
1 parent 501bbf1 commit 09b1961

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
1.0.0 / 2015-12-30
213
==================
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "function-class",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Easy `Function` subclasses",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)