Skip to content

Commit 02665b0

Browse files
committed
chore(release): 1.0.1
1 parent cde92ac commit 02665b0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [1.0.1](https://github.com/vue-a11y/vue-vlibras/compare/v0.1.0...v1.0.1) (2023-03-17)
6+
7+
8+
### Bug Fixes
9+
10+
* Change from master to main in package.json ([a9f18e5](https://github.com/vue-a11y/vue-vlibras/commit/a9f18e5732cde4c42c9fc02618988e61332c1e82))

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@vue-a11y/vlibras",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
5-
"files": ["dist"],
5+
"files": [
6+
"dist"
7+
],
68
"main": "./dist/vue-vlibras.umd.cjs",
79
"module": "./dist/vue-vlibras.js",
810
"exports": {

0 commit comments

Comments
 (0)