Skip to content

Commit 0f2fb52

Browse files
committed
v1.0.0
1 parent 154f79a commit 0f2fb52

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
## [1.0.0](https://github.com/drodil/backstage-plugin-qeta/compare/v0.1.30...v1.0.0) (2023-01-05)
6+
57
### [0.1.30](https://github.com/drodil/backstage-plugin-qeta/compare/v0.1.29...v0.1.30) (2023-01-02)
68

79

plugins/qeta-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drodil/backstage-plugin-qeta-backend",
3-
"version": "0.1.30",
3+
"version": "1.0.0",
44
"description": "Backstage.io Q&A plugin backend",
55
"keywords": [
66
"backstage",

plugins/qeta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"frontend",
88
"backstage.io"
99
],
10-
"version": "0.1.30",
10+
"version": "1.0.0",
1111
"main": "src/index.ts",
1212
"types": "src/index.ts",
1313
"prepublishOnly": "yarn tsc && yarn build",

0 commit comments

Comments
 (0)