Skip to content

Commit c675a2a

Browse files
committed
Prepare 0.0.4 release
1 parent 6bbfbf7 commit c675a2a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
## 0.0.3 (2021-05-12)
3+
## 0.0.4 (2021-05-12)
4+
5+
- Upgrade to lit 2.0.0-rc.2
6+
7+
## 0.0.3 (2021-04-28)
48

59
- Create the `ElementView`, which is like a Backbone View but extends
610
`HTMLElement` and is therefore also a custom element or web component.
11+
/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.
712
- Allow writes to the client-side store to be batched (via [mergebounce](https://github.com/conversejs/mergebounce)).
813
This is particularly useful for IndexedDB, which has a very slow writing speed.
914
To enabled batched writes, pass in `true` for the 3rd parameter of the

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lint": "eslint src/*.js test/*.js"
5959
},
6060
"module": "src/main.js",
61-
"version": "0.0.3",
61+
"version": "0.0.4",
6262
"license": "MIT",
6363
"repository": {
6464
"type": "git",

0 commit comments

Comments
 (0)