Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 20, 2017
1 parent 9dfa792 commit 3aa3bdf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
### 2.1.0 (2017-11-20)

##### Chores

* **package:**
* use @std/esm as module loader (1691c6d7)
- `@std/esm` enable us to add an ES `module` build of the package
* ignore test files in npm package (9dfa7921)
* use yaspeller-ci for spell check (e49a3e83)
* remove unused clean scripts (77b36b67)
* remove package-lock in favor of yarn lockfile (e95bb29c)
* update yarn.lock (795b879f)
* update lockfile (452e89b2)
* update yaspeller to version 4.0.0 (3dfe2fe2)
* update tap to version 10.6.0 (0d3fa960)
* update nyc to version 11.0.2 (344b6cf8)
* add npm package lock (50dbe1dc)
* upgrade dependencies (134e89fe)
* update cross-env to version 5.0.0 (5d6b9884)
* **test:** use jest as test runner (#22) (f8d483c0)
* **travis:** add greenkeeper lockfile (26500e85)

##### Documentation Changes

* **readme:**
* reveal master branch build status (cbc3c5a1)
* update CSS Fonts Module Level 4 draft link (ef8c1d02)

#### 2.0.1 (2017-5-8)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3905,7 +3905,7 @@ yargs@~3.10.0:
decamelize "^1.0.0"
window-size "0.1.0"

yaspeller-ci@1.0.0:
yaspeller-ci@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/yaspeller-ci/-/yaspeller-ci-1.0.0.tgz#f335f5bdf5b587bb54621d15a1456aebf1c4ba24"
dependencies:
Expand Down

0 comments on commit 3aa3bdf

Please sign in to comment.