chore: update versions
This commit is contained in:
parent
bf9ae6173b
commit
90cd70c5c0
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/astro-gists": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
adds better logging and a new Error handling system, Only user facing change is a verbose switch in config options
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @matthiesenxyz/astro-gists
|
# @matthiesenxyz/astro-gists
|
||||||
|
|
||||||
|
## 0.2.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- bf9ae61: adds better logging and a new Error handling system, Only user facing change is a verbose switch in config options
|
||||||
|
|
||||||
## 0.2.8
|
## 0.2.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/astro-gists",
|
"name": "@matthiesenxyz/astro-gists",
|
||||||
"version": "0.2.8",
|
"version": "0.2.9",
|
||||||
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
|
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
|
||||||
"author": {
|
"author": {
|
||||||
"email": "adam@matthiesen.xyz",
|
"email": "adam@matthiesen.xyz",
|
||||||
|
|
Loading…
Reference in New Issue