Skip to content

Commit bb515ad

Browse files
author
Sergey Volkov
committed
docs: updated CHANGELOG
1 parent 766a00f commit bb515ad

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@
1111
### Removed
1212
-->
1313

14-
15-
## [0.0.2](https://github.com/acacode/axios-serializy/releases/tag/0.0.2)
16-
17-
### Fixed
18-
- Problem with not serializing server side structures (BREAKING FIX)
19-
- Typings in `index.d.ts` file
20-
2114
## [0.0.1](https://github.com/acacode/axios-serializy/releases/tag/0.0.1)
2215

2316
### Added
2417
- Created project
25-
- Added ability to attach error model for serializing server side error messages

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-serializy",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"description": "integration kinka with serializy",
66
"main": "lib/axios-serializy.js",
@@ -46,7 +46,7 @@
4646
"rollup-plugin-terser": "^4.0.4"
4747
},
4848
"keywords": [
49-
"kinka",
49+
"axios",
5050
"serializy",
5151
"javascript",
5252
"javascript-library"

0 commit comments

Comments
 (0)