chore(release): publish

- @standardnotes/releases@1.1.1-alpha.0
This commit is contained in:
StandardNotes CI
2022-06-22 20:25:05 +00:00
parent c3b5620bf6
commit fe3c8153bd
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.1.0...@standardnotes/releases@1.1.1-alpha.0) (2022-06-22)
### Bug Fixes
* add direct dependencies to releases package so its version is bumped when deps are ([c3b5620](https://github.com/standardnotes/app/commit/c3b5620bf60dbdab016ad694eaf4c27ce496b2e3))
# [1.1.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.1.0-alpha.1...@standardnotes/releases@1.1.0) (2022-06-20) # [1.1.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.1.0-alpha.1...@standardnotes/releases@1.1.0) (2022-06-20)
**Note:** Version bump only for package @standardnotes/releases **Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/releases", "name": "@standardnotes/releases",
"version": "1.1.0", "version": "1.1.1-alpha.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "dist/releases.json", "main": "dist/releases.json",
"publishConfig": { "publishConfig": {