Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Mar 28, 2020
1 parent 26c6780 commit 00818d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# [4.2.0](https://github.com/Masquerade-Circus/valyrian.js/compare/4.1.0...4.2.0) (2020-03-27)
## [4.2.1](https://github.com/Masquerade-Circus/valyrian.js/compare/4.2.0...4.2.1) (2020-03-28)


### Bug Fixes

* **main:** fix keyed lists not updating children ([56296fc](https://github.com/Masquerade-Circus/valyrian.js/commit/56296fc1365d2c96390f740af0c8942937e6f3e2))

# [4.2.0](https://github.com/Masquerade-Circus/valyrian.js/compare/4.1.0...4.2.0) (2020-03-27)

### Features

* **directives:** add v-pre directive to direct raw html render ([dc16e92](https://github.com/Masquerade-Circus/valyrian.js/commit/dc16e922bcefa1f84921b8f3cf6c07fe067d31e3))
* **directives:** add v-text directive ([b6523ae](https://github.com/Masquerade-Circus/valyrian.js/commit/b6523ae211a3a1ee55ca82999645a19066418a67))
- **directives:** add v-pre directive to direct raw html render ([dc16e92](https://github.com/Masquerade-Circus/valyrian.js/commit/dc16e922bcefa1f84921b8f3cf6c07fe067d31e3))
- **directives:** add v-text directive ([b6523ae](https://github.com/Masquerade-Circus/valyrian.js/commit/b6523ae211a3a1ee55ca82999645a19066418a67))

# [4.1.0](https://github.com/Masquerade-Circus/valyrian.js/compare/4.0.2...4.1.0) (2020-03-20)

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": "valyrian.js",
"version": "4.2.0",
"version": "4.2.1",
"description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 00818d3

Please sign in to comment.