Skip to content

Commit

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


### Bug Fixes

* let publishCommand be handled by shipjs ([fecee53](https://github.com/vinayakkulkarni/v-github-icon/commit/fecee53db1324fc7271dfa742609d6dd7195f08d))
* **shipjs:** bunx to jsr ([d324ab8](https://github.com/vinayakkulkarni/v-github-icon/commit/d324ab8443e9c544c205370dac9853255efcb30f))


### Features

* add dependabot 🤖 ([15d7b29](https://github.com/vinayakkulkarni/v-github-icon/commit/15d7b292ae91bded961ca0f67574944b355af318))



## [3.1.3](https://github.com/vinayakkulkarni/v-github-icon/compare/v3.1.2...v3.1.3) (2024-01-31)


Expand Down
8 changes: 5 additions & 3 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@vinayakkulkarni/v-github-icon",
"version": "3.1.3",
"version": "3.2.0",
"exports": "./dist/v-github-icon.js",
"include": ["./dist/**"]
}
"include": [
"./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.1.3",
"version": "3.2.0",
"description": "Vue + GitHub Icon ❤️",
"main": "./dist/v-github-icon.js",
"module": "./dist/v-github-icon.js",
Expand Down

0 comments on commit cc4783b

Please sign in to comment.