We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4f410 commit bd44d5bCopy full SHA for bd44d5b
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.1.0
8
+* Add `mini-unassert` command line tool.
9
+* Avoid parsing files that don't contain the word 'assert'.
10
+
11
## 1.0.1
12
* Fix repository URLs.
13
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mini-unassert",
3
"description": "remove assert calls from a stream of javascript",
- "version": "1.0.1",
+ "version": "1.1.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/mini-unassert/issues"
0 commit comments