Skip to content

Commit 92c42d2

Browse files
author
K.I.T.T.
committed
chore(release): release
- @amazeelabs/[email protected]
1 parent da0f05a commit 92c42d2

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2024-01-18)
7+
8+
### Features
9+
10+
- **SLB-202:** publish @amazeelabs/gatsby-plugin-operations
11+
([da0f05a](https://github.com/AmazeeLabs/silverback-mono/commit/da0f05aacbd29be4b3e76df65e40e8d56c04ba15))

packages/npm/@amazeelabs/gatsby-plugin-operations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amazeelabs/gatsby-plugin-operations",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"type": "commonjs",
66
"main": "build/index.js",
@@ -24,9 +24,9 @@
2424
"@types/babel__core": "^7.20.5",
2525
"@types/node": "^18",
2626
"babel-plugin-tester": "^11.0.4",
27+
"gatsby": ">= 5",
2728
"typescript": "^5.3.3",
28-
"vitest": "^1.1.0",
29-
"gatsby": ">= 5"
29+
"vitest": "^1.1.0"
3030
},
3131
"dependencies": {
3232
"@babel/core": "^7.23.6"

0 commit comments

Comments
 (0)