Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit c2066df

Browse files
chore(release): 0.0.2
1 parent 776832a commit c2066df

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
### 0.0.2 (2023-02-23)
6+
7+
8+
### Features
9+
10+
* preview other file type than images ([eb48e6b](https://github.com/cssninjaStudio/nuxt-media-viewer/commit/eb48e6b99707197000225eccb3c000709c5d78c6))
11+
* update to nuxt 3.2 ([776832a](https://github.com/cssninjaStudio/nuxt-media-viewer/commit/776832a6fae3d56d94f38784dec7ada49914c7f2))

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssninja/nuxt-media-viewer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"type": "module",
66
"exports": {
@@ -18,7 +18,10 @@
1818
"prepack": "nuxt-module-build",
1919
"dev": "nuxi dev playground",
2020
"dev:build": "nuxi build playground",
21-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
21+
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
22+
"release": "run-s release:*",
23+
"release:standard-version": "standard-version",
24+
"release:publish": "git push --follow-tags origin main && npm publish"
2225
},
2326
"dependencies": {
2427
"@vueuse/core": "^9.2.0",
@@ -37,7 +40,9 @@
3740
"@nuxtjs/eslint-config-typescript": "latest",
3841
"@types/node": "^18.14.0",
3942
"eslint": "latest",
43+
"npm-run-all": "^4.1.5",
4044
"nuxt": "^3.2.0",
45+
"standard-version": "^9.5.0",
4146
"typescript": "^4.9.5"
4247
}
4348
}

0 commit comments

Comments
 (0)