Skip to content

Commit bd44d5b

Browse files
committed
1.1.0
1 parent 5a4f410 commit bd44d5b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.1.0
8+
* Add `mini-unassert` command line tool.
9+
* Avoid parsing files that don't contain the word 'assert'.
10+
711
## 1.0.1
812
* Fix repository URLs.
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mini-unassert",
33
"description": "remove assert calls from a stream of javascript",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": "Renée Kooi <renee@kooi.me>",
66
"bugs": {
77
"url": "https://github.com/goto-bus-stop/mini-unassert/issues"

0 commit comments

Comments
 (0)