Skip to content

Commit

Permalink
chore(main): release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
incd-github-actions[bot] authored Dec 13, 2024
1 parent 155f410 commit e35eb4d
Show file tree
Hide file tree
Showing 4 changed files with 21 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.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v1.1.0...v1.1.1) (2024-12-13)


### Bug Fixes

* resolve cross-spawn issue ([#83](https://github.com/inclusive-design/idrc-cms-authenticator/issues/83)) ([155f410](https://github.com/inclusive-design/idrc-cms-authenticator/commit/155f410d9bc1733578cd221236acae88eb5b7de1))

## [1.1.0](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v1.0.0...v1.1.0) (2024-12-11)


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.1.0",
"version": "1.1.1",
"engines": {
"node": ">=23"
},
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 e35eb4d

Please sign in to comment.