Skip to content

Commit

Permalink
chore: release v1.0.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Mar 7, 2021
1 parent e60bd9f commit 2ec2f53
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 1.0.0 (2021-03-07)


### Bug Fixes

* update pkg versions ([e60bd9f](https://github.com/vinayakkulkarni/v-vectors/commit/e60bd9ff9eed7287f0aa4521e14aed2a8325b8cd))
* update ship.js config ([9c9bb8e](https://github.com/vinayakkulkarni/v-vectors/commit/9c9bb8eb967d98b611b9db31e22227b82c3129f4))
* update tsconfig & add types ([f901485](https://github.com/vinayakkulkarni/v-vectors/commit/f9014859596110c9b384451b18fee5f9a8714437))
* **ts:** add correct location for `.d.ts` ([af09678](https://github.com/vinayakkulkarni/v-vectors/commit/af09678216304986af79cb3a90f664fbc09ba626))
* use typescript parser in eslint config ([d97f327](https://github.com/vinayakkulkarni/v-vectors/commit/d97f327ce181f202ebab9afd69bdb5c99b9cb869))


### Features

* add `tsconfig.json` ([e252df4](https://github.com/vinayakkulkarni/v-vectors/commit/e252df4e7579c8f2a501a603525be08994a57dd7))
* add support for `dependabot` 🎉 ([026a49d](https://github.com/vinayakkulkarni/v-vectors/commit/026a49dff8b7ec0bc3997434dc87179253a303cc))
* init vsvg 🚀 ([4b0416f](https://github.com/vinayakkulkarni/v-vectors/commit/4b0416f4b523b9c494ad905c7b04cd0715e09cd8))
* minor housekeeping ([231d4c4](https://github.com/vinayakkulkarni/v-vectors/commit/231d4c453a5bc88ee46d859a9990f8a09eab3cf6))
* minor housekeeping of build setup ([2ecb86e](https://github.com/vinayakkulkarni/v-vectors/commit/2ecb86ed03a4ab00c93311767f4d13c76dbf9a88))



12 changes: 10 additions & 2 deletions package-lock.json

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": "v-vectors",
"version": "0.0.0",
"version": "1.0.0",
"description": "Scalable Vector Graphics 🤝 Vue 3",
"files": [
"dist",
Expand Down

0 comments on commit 2ec2f53

Please sign in to comment.