Merge pull request #77 from nathonius/release/0.5.0

🚀 release: Release v0.5.0
This commit is contained in:
Nathan 2024-03-09 20:10:03 -05:00 committed by GitHub
commit c01f27e621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 4 deletions

View file

@ -16,6 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## Unreleased -->
## [0.5.0] - 2024-03-09
### Changed
- Documentation has moved to the new wiki
- New option to show tooltips on status icons
- More icons have been added to make issue and PR statuses clearer
### Fixed
- Issues closed as not planned will be gray instead of red
## [0.4.0] - 2024-02-24
### Changed

View file

@ -1,7 +1,7 @@
{
"id": "github-link",
"name": "GitHub Link",
"version": "0.4.0",
"version": "0.5.0",
"minAppVersion": "0.15.0",
"description": "Enrich your notes with issue and pull request content from GitHub",
"author": "Nathonius",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-github-link",
"version": "0.4.0",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-github-link",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^6.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-github-link",
"version": "0.4.0",
"version": "0.5.0",
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"0.5.0": "0.15.0",
"0.4.0": "0.15.0",
"0.3.0": "0.15.0",
"0.2.0": "0.15.0",