chore(release): publish new version

- @standardnotes/auth-server@1.11.0
 - @standardnotes/event-store@1.1.0
This commit is contained in:
standardci 2022-07-11 10:00:23 +00:00
parent 84ff915a56
commit 13cf896fe2
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
4 changed files with 18 additions and 2 deletions

View file

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.11.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.10.0...@standardnotes/auth-server@1.11.0) (2022-07-11)
### Features
* add event store package ([84ff915](https://github.com/standardnotes/server/commit/84ff915a565e8e64410c4bf97a30d359649825c7))
# [1.10.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.9.0...@standardnotes/auth-server@1.10.0) (2022-07-06)
### Features

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.10.0",
"version": "1.11.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View file

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.1.0 (2022-07-11)
### Features
* add event store package ([84ff915](https://github.com/standardnotes/server/commit/84ff915a565e8e64410c4bf97a30d359649825c7))

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/event-store",
"version": "1.0.0",
"version": "1.1.0",
"description": "Event Store Service",
"private": true,
"main": "dist/src/index.js",