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 2cec777 commit ecf23a4Copy full SHA for ecf23a4
Changelog.md
@@ -1,5 +1,9 @@
1
# next version
2
3
+# v0.1.2
4
+
5
+Re-release of 0.1.1 because something failed during the npm publishing.
6
7
# v0.1.1
8
9
- **BREAKING**: The response data now allows PascalCase Types and Keys.
package.json
@@ -1,6 +1,6 @@
{
"name": "@efrane/vuex-json-api",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "A Vuex library for interfacing with Json:Api endpoints",
"license": "MIT",
"authors": [
0 commit comments