Skip to content

Commit

Permalink
[REL] v1.4.9
Browse files Browse the repository at this point in the history
# v1.4.9

- fix: correctly capture the scope of arrow functions passed as props
  • Loading branch information
sdegueldre committed Dec 7, 2021
1 parent 7a16449 commit 73f94fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ npm install @odoo/owl

If you want to use a simple `<script>` tag, the last release can be downloaded here:

- [owl-1.4.8](https://github.com/odoo/owl/releases/tag/v1.4.8)
- [owl-1.4.9](https://github.com/odoo/owl/releases/tag/v1.4.9)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odoo/owl",
"version": "1.4.8",
"version": "1.4.9",
"description": "Odoo Web Library (OWL)",
"main": "dist/owl.cjs.js",
"browser": "dist/owl.iife.js",
Expand Down
2 changes: 1 addition & 1 deletion roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🦉 OWL Roadmap 🦉

- Current version: 1.4.8
- Current version: 1.4.9
- Status: stable

This roadmap is only an attempt at predicting Owl's future. Everything may
Expand Down

0 comments on commit 73f94fb

Please sign in to comment.