Skip to content

Commit 3a2a132

Browse files
committed
chore(release): 1.0.0
1 parent 268f113 commit 3a2a132

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.0 (2022-05-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Vue 3 support.
11+
* migrate to typescript
12+
13+
### Features
14+
15+
* migrate to typescript ([#171](https://github.com/devstark-com/vue-google-charts/issues/171)) ([c29c029](https://github.com/devstark-com/vue-google-charts/commit/c29c029c1895dc016e4c02552fb787ca916e41a1))
16+
* vue 3 support ([#175](https://github.com/devstark-com/vue-google-charts/issues/175)) ([f0863a7](https://github.com/devstark-com/vue-google-charts/commit/f0863a790f8824ae07e323e040e9ace0f3cecf0b))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-google-charts",
3-
"version": "0.3.2",
3+
"version": "1.0.0",
44
"description": "Reactive Vue.js wrapper for Google Charts lib",
55
"author": {
66
"name": "Refat",
@@ -15,6 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/devstark-com/vue-google-charts/issues"
1717
},
18+
"packageManager": "[email protected]",
1819
"main": "./src/index.ts",
1920
"types": "./dist/index.d.ts",
2021
"publishConfig": {

0 commit comments

Comments
 (0)