Skip to content

Commit c0ed2e0

Browse files
chore(main): release 1.0.0
1 parent 2949c3b commit c0ed2e0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.0.0 (2024-12-25)
4+
5+
6+
### Features
7+
8+
* add advertising demo and module ([6b6ebce](https://github.com/storipress/vue-advertising/commit/6b6ebcefd52d970451452673a8e5b5ffb445a478))
9+
* initial release ([e0c5fd6](https://github.com/storipress/vue-advertising/commit/e0c5fd6703a222b31661c74780cabd1932804f63))
10+
11+
12+
### Bug Fixes
13+
14+
* add ref ([1a98877](https://github.com/storipress/vue-advertising/commit/1a988773a7a2221a9935008f5d74ecabf98a166b))
15+
* **deps:** update dependency @vueuse/core to v10 ([89b2d05](https://github.com/storipress/vue-advertising/commit/89b2d059d171d40b15cbb1552a8ec8c2ae8af0e4))
16+
* fix auth issue ([348bf23](https://github.com/storipress/vue-advertising/commit/348bf23decc2f8f17cb792643100e8a42a8528ae))
17+
* fix yarn config ([c9728fe](https://github.com/storipress/vue-advertising/commit/c9728fe3adb81b8457d69abedaa82613aaed9587))
18+
* set yarn version to berry ([7c888cf](https://github.com/storipress/vue-advertising/commit/7c888cf813da294133eeae734757a3d34b2820d9))
19+
320
## [1.1.0](https://github.com/storipress/vue-advertising/compare/v1.0.1...v1.1.0) (2023-03-31)
421

522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storipress/vue-advertising",
3-
"version": "1.1.0",
3+
"version": "1.0.0",
44
"repository": "[email protected]:storipress/vue-advertising.git",
55
"license": "MIT",
66
"bugs": {

0 commit comments

Comments
 (0)