Skip to content

Commit

Permalink
chore: release v3.2.1 (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Mar 20, 2024
1 parent f714331 commit e5e214a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.2.1](https://github.com/vinayakkulkarni/v-github-icon/compare/v3.2.0...v3.2.1) (2024-03-20)


### Bug Fixes

* issue with jsr config ([f714331](https://github.com/vinayakkulkarni/v-github-icon/commit/f7143316d59b03c443692ce5362d7909a9dc59ae))



# [3.2.0](https://github.com/vinayakkulkarni/v-github-icon/compare/v3.1.3...v3.2.0) (2024-03-20)


Expand Down
8 changes: 5 additions & 3 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@vinayakkulkarni/v-github-icon",
"version": "3.2.0",
"version": "3.2.1",
"exports": "./dist/v-github-icon.js",
"publish": {
"exclude": ["!dist"]
"exclude": [
"!dist"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-github-icon",
"version": "3.2.0",
"version": "3.2.1",
"description": "Vue + GitHub Icon ❤️",
"main": "./dist/v-github-icon.js",
"module": "./dist/v-github-icon.js",
Expand Down

0 comments on commit e5e214a

Please sign in to comment.