Skip to content

Commit f488fdf

Browse files
committed
chore(release): 0.2.5
1 parent cad8350 commit f488fdf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.5](https://github.com/omnicajs/vue-remote/compare/v0.2.4...v0.2.5) (2024-12-28)
6+
7+
8+
### Features
9+
10+
* Added print method to RemoteComment, RemoteComponent and RemoteText ([ec75471](https://github.com/omnicajs/vue-remote/commit/ec75471b0d015d49cc8362dc16393c98f7155ac9))
11+
* Event target serialization basics ([57a312b](https://github.com/omnicajs/vue-remote/commit/57a312bf87a061f67d2f45926c36d7db325c6354))
12+
13+
14+
### Fixes
15+
16+
* Fixed child node insertion ([0ad0d2e](https://github.com/omnicajs/vue-remote/commit/0ad0d2e0e7e16b52c9556164c52b7b66a16e0d0e))
17+
518
### [0.2.4](https://github.com/omnicajs/vue-remote/compare/v0.2.3...v0.2.4) (2024-12-13)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"description": "Proxy renderer for Vue.js based on @remote-ui",
55
"license": "MIT",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"engines": {
88
"node": ">=18.0.0"
99
},

0 commit comments

Comments
 (0)