Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-shaji committed Aug 19, 2023
1 parent 8c429f9 commit ec3b484
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.0.3] - 2023-08-19
- fix: removed top level factory declaration for data class

## [0.0.2] - 2023-03-31
- Add `fromJson` support for `fdataClass`

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "freezed-snippets",
"displayName": "Freezed Snippets",
"description": "Light and easy to use freezed snippets extension for VS Code🚀.",
"description": "Light and easy to use freezed snippets extension for VS Code 🚀.",
"icon": "icons/freezed_snippets_icon.png",
"publisher": "Arkroot",
"repository": {
"url": "https://github.com/Arkroot-Innovations/freezed-snippets"
"url": "https://github.com/ArkrootHQ/freezed-snippets"
},
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.71.0"
},
Expand Down

0 comments on commit ec3b484

Please sign in to comment.