Release 0.19.1

This commit is contained in:
Juraj Kirchheim
2020-04-29 20:58:00 +02:00
parent 4bc63c6eb0
commit 8c50dcf04b

View File

@@ -1,20 +1,20 @@
{
"name": "tink_macro",
"license": "MIT",
"description": "The macro toolkit ;)",
"classPath": "src",
"dependencies": {
"tink_core": ""
},
"url": "https://github.com/haxetink/tink_macro",
"contributors": [
"back2dos"
],
"version": "0.19.1",
"releasenote": "More fine grained control over type normalization in BuildCache.",
"tags": [
"tink",
"macro",
"utility"
],
"classPath": "src",
"description": "The macro toolkit ;)",
"contributors": [
"back2dos"
],
"releasenote": "Internal refactor: remove reflections",
"version": "0.19.0",
"url": "https://github.com/haxetink/tink_macro",
"dependencies": {
"tink_core": ""
}
"license": "MIT"
}