Skip to content

Commit 8a36f5d

Browse files
committed
[IMP] Update version to 0.6.1
1 parent 97752a4 commit 8a36f5d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.6.1
4+
5+
- [FIX] Remove 'required' tag from fields
6+
- [FIX] Fix type of field Text snippet
7+
- [FIX] Fix type of field Selection snippet
8+
39
## 0.6.0
410

511
- [NEW] Add xpath attributes snippets
@@ -35,7 +41,7 @@
3541

3642
## 0.3.0
3743

38-
- Add snippets to method create, write, compute and onchange.
44+
- [NEW] Add snippets to method create, write, compute and onchange.
3945

4046
## 0.2.2
4147

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo-snippets",
33
"displayName": "Odoo Code Snippets",
44
"description": "This snippets can help you to develop Odoo modules faster and with no Typing Errors.",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"license": "SEE LICENSE IN LICENSE",
77
"publisher": "mstuttgart",
88
"author": {

0 commit comments

Comments
 (0)