Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Mar 27, 2020
1 parent 6d50ecc commit 823d1b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dist/valyrian.min.js": {
"bundled": 12891,
"minified": 5059,
"gzipped": 2056
"bundled": 13173,
"minified": 5218,
"gzipped": 2097
}
}
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# [4.1.0](https://github.com/Masquerade-Circus/valyrian.js/compare/4.0.2...4.1.0) (2020-03-20)
# [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))

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

### Features

* **main lib:** add newInstance method to allow to handle multiple mounts ([d09a2a6](https://github.com/Masquerade-Circus/valyrian.js/commit/d09a2a6ae35926d4010830f46da583d784ddcbc2))
- **main lib:** add newInstance method to allow to handle multiple mounts ([d09a2a6](https://github.com/Masquerade-Circus/valyrian.js/commit/d09a2a6ae35926d4010830f46da583d784ddcbc2))

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

Expand Down
2 changes: 1 addition & 1 deletion dist/valyrian.min.js

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
@@ -1,6 +1,6 @@
{
"name": "valyrian.js",
"version": "4.1.0",
"version": "4.2.0",
"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 823d1b0

Please sign in to comment.