Skip to content

Commit

Permalink
Prepare 0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed May 12, 2021
1 parent 6bbfbf7 commit c675a2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## 0.0.3 (2021-05-12)
## 0.0.4 (2021-05-12)

- Upgrade to lit 2.0.0-rc.2

## 0.0.3 (2021-04-28)

- Create the `ElementView`, which is like a Backbone View but extends
`HTMLElement` and is therefore also a custom element or web component.
/home/kalie/src/converse.prosody/src/converse.js/src/headless/core.js: * @property {object} converse.env._ - The instance of [lodash-es](http://lodash.com) used by Converse.
- Allow writes to the client-side store to be batched (via [mergebounce](https://github.com/conversejs/mergebounce)).
This is particularly useful for IndexedDB, which has a very slow writing speed.
To enabled batched writes, pass in `true` for the 3rd parameter of the
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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 @@ -58,7 +58,7 @@
"lint": "eslint src/*.js test/*.js"
},
"module": "src/main.js",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c675a2a

Please sign in to comment.