Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg ee460b9278 1.0.0 3 years ago
Sven Slootweg ae3cf2ee88 Update changelog 3 years ago

@ -55,3 +55,13 @@ Sets up the ICSS handling hook.
### unregister()
Removes the ICSS handling hook, essentially disabling the module.
## Changelog
### v1.0.0 (February 17, 2021)
- Now actually properly validates arguments, with useful error messages.
### v0.1.0 (February 17, 2021)
Initial release.

@ -1,6 +1,6 @@
{
"name": "icss-register",
"version": "0.1.0",
"version": "1.0.0",
"main": "index.js",
"repository": "https://git.cryto.net/joepie91/icss-register.git",
"author": "Sven Slootweg <admin@cryto.net>",

Loading…
Cancel
Save