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 19eaef2 commit ed2c318Copy full SHA for ed2c318
CHANGELOG.md
@@ -4,5 +4,8 @@ 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.0.1
8
+* Fix repository URLs.
9
+
10
## 1.0.0
11
* Initial release.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mini-unassert",
3
"description": "remove assert calls from a stream of javascript",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/mini-unassert/issues"
0 commit comments