Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Oct 4, 2021
1 parent 7af2387 commit cef06d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0 - TBA
### 2.0.0 - 04.10.2021
* complete refactoring
* fixed many edge case issues from v1
* removed class `FormDataJsonOptions`. Use bare `{}` objects now as options
Expand Down
2 changes: 1 addition & 1 deletion dist/form-data-json.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
// form-data-json-convert | version: 2.0.6beta | url: https://github.com/brainfoolong/form-data-json
// form-data-json-convert | version: 2.0.0 | url: https://github.com/brainfoolong/form-data-json

/**
* Form Data Json Converter
Expand Down
2 changes: 1 addition & 1 deletion dist/form-data-json.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/scripts/form-data-json.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
// form-data-json-convert | version: 2.0.6beta | url: https://github.com/brainfoolong/form-data-json
// form-data-json-convert | version: 2.0.0 | url: https://github.com/brainfoolong/form-data-json

/**
* Form Data Json Converter
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/form-data-json.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "git+https://github.com/brainfoolong/form-data-json.git"
},
"version": "2.0.6beta",
"version": "2.0.0",
"scripts": {
"dist": "node build/dist.js"
},
Expand Down

0 comments on commit cef06d3

Please sign in to comment.