Skip to content

Commit 070a782

Browse files
chore(release): 0.1.3
1 parent 7198c89 commit 070a782

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.1.3](https://github.com/vue-a11y/vue-vlibras/compare/v0.1.2...v0.1.3) (2024-08-24)
6+
57
### [0.1.2](https://github.com/vue-a11y/vue-vlibras/compare/v0.1.0...v0.1.2) (2024-08-24)
68

79

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@vue-a11y/vlibras",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Componente Vue.js que ajuda você a implementar o VLibras no seu site.",
5+
"files": [
6+
"dist"
7+
],
58
"main": "dist/vue-vlibras.ssr.js",
69
"browser": "dist/vue-vlibras.esm.js",
710
"module": "dist/vue-vlibras.esm.js",

0 commit comments

Comments
 (0)