Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Feb 4, 2024
1 parent 3327d02 commit 7c46647
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ All notable changes to the "preview-docs" extension will be documented in this f

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.1.1

[compare changes](https://github.com/selemondev/vscode-preview-docs/compare/v0.1.0...v0.1.1)

### 🚀 Enhancements

- **app:** #26 #10 support nuxt modules and UnJs packages ([#26](https://github.com/selemondev/vscode-preview-docs/issues/26), [#10](https://github.com/selemondev/vscode-preview-docs/issues/10))

### 💅 Refactors

- Script ([f126f00](https://github.com/selemondev/vscode-preview-docs/commit/f126f00))
- **app:** #24 UI ([#24](https://github.com/selemondev/vscode-preview-docs/issues/24))
- Variable names ([15e1b52](https://github.com/selemondev/vscode-preview-docs/commit/15e1b52))

### 📖 Documentation

- Update README.md ([c2c637b](https://github.com/selemondev/vscode-preview-docs/commit/c2c637b))
- Update README.md ([4c02db9](https://github.com/selemondev/vscode-preview-docs/commit/4c02db9))
- Add contribution, code of conduct guide and update README.md file ([c6552f1](https://github.com/selemondev/vscode-preview-docs/commit/c6552f1))

### 🏡 Chore

- Remove unused deps ([526fca3](https://github.com/selemondev/vscode-preview-docs/commit/526fca3))

### ❤️ Contributors

- Selemondev <selemondev19@gmail.com>

## v0.0.2

[compare changes](https://github.com/selemondev/vscode-preview-docs/compare/v0.0.1...v0.0.2)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-preview-docs",
"version": "0.1.0",
"version": "0.1.1",
"displayName": "Preview Docs",
"packageManager": "pnpm@8.14.1",
"description": "Preview language and framework documentations within your IDE ✨.",
Expand Down Expand Up @@ -79,8 +79,8 @@
"package": "vsce package --no-dependencies",
"publish:release": "vsce publish --no-dependencies",
"publish:pre": "vsce publish --pre-release --no-dependencies",
"release": "pnpm build && changelogen --release --push && pnpm publish:release",
"prerelease": "pnpm build && changelogen --prerelease --push && pnpm publish:pre",
"release": "pnpm build && npx changelogen --release --push && pnpm publish:release",
"prerelease": "pnpm build && npx changelogen --prerelease --push && pnpm publish:pre",
"typecheck": "tsc --noEmit",
"knip": "knip"
},
Expand All @@ -98,4 +98,4 @@
"pkg-types": "^1.0.3",
"terser": "^5.27.0"
}
}
}

0 comments on commit 7c46647

Please sign in to comment.