Skip to content

Commit e0eb23e

Browse files
committed
Fix base documentation and keywords
Signed-off-by: Reinier Millo Sánchez <reinier.millo88@gmail.com>
1 parent d5ba211 commit e0eb23e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [1.0.1] - 2022-04-21
4+
5+
- Fix project documentation
6+
37
## [1.0.0] - 2022-04-21
48

59
- Initial project version

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intelica/odoo-xmlrpc",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Intelica Odoo XMLRPC Interface",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -25,9 +25,11 @@
2525
"url": "git+https://github.com/intelicasoft/odoo-xmlrpc.git"
2626
},
2727
"keywords": [
28-
"mailer",
29-
"notifications",
30-
"messaging"
28+
"odoo",
29+
"xmlrpc",
30+
"contacts",
31+
"employees",
32+
"leads"
3133
],
3234
"author": "Reinier Millo Sánchez <millo@intelica.mx>",
3335
"license": "MIT",

0 commit comments

Comments
 (0)