Skip to content

Commit

Permalink
chore(main): release 1.0.0-beta.2 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 26, 2024
1 parent 3d21605 commit 6e0fb63
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-beta.1"
".": "1.0.0-beta.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-beta.2](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-06-26)


### Bug Fixes

* configure c8 for more accurate coverage ([#12](https://github.com/inclusive-design/idrc-cms-authenticator/issues/12)) ([20d1e0e](https://github.com/inclusive-design/idrc-cms-authenticator/commit/20d1e0eb86e9da4053e2cbe21044316a44663609))
* provide token in final response ([3d21605](https://github.com/inclusive-design/idrc-cms-authenticator/commit/3d216053f3c965978ad283d4d6a84a50096f759d))
* provide token in final response (resolves [#15](https://github.com/inclusive-design/idrc-cms-authenticator/issues/15)) ([#17](https://github.com/inclusive-design/idrc-cms-authenticator/issues/17)) ([3d21605](https://github.com/inclusive-design/idrc-cms-authenticator/commit/3d216053f3c965978ad283d4d6a84a50096f759d))


### Miscellaneous Chores

* **release:** release 1.0.0-beta.2 ([#14](https://github.com/inclusive-design/idrc-cms-authenticator/issues/14)) ([35549d9](https://github.com/inclusive-design/idrc-cms-authenticator/commit/35549d9d3f4b0540006b0cd5752158e847ee6d78))

## [1.0.0-beta.1](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v0.0.1...v1.0.0-beta.1) (2024-06-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idrc-cms-authenticator",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"engines": {
"node": ">=20"
},
Expand All @@ -14,7 +14,13 @@
"prepare": "husky",
"test": "c8 --all -r clover -r text ava"
},
"keywords": ["decap-cms", "sveltia-cms", "github", "gitlab", "auth"],
"keywords": [
"decap-cms",
"sveltia-cms",
"github",
"gitlab",
"auth"
],
"author": "OCAD University <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
Expand All @@ -31,6 +37,8 @@
"supertest": "^7.0.0"
},
"lint-staged": {
"*.{js,json}": ["biome check --write --no-errors-on-unmatched"]
"*.{js,json}": [
"biome check --write --no-errors-on-unmatched"
]
}
}

0 comments on commit 6e0fb63

Please sign in to comment.