Skip to content

Commit

Permalink
release: 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2022-03-29)

### Bug Fixes

* **jira:** add additional error handling for failed findUser calls ([f30ecc4](f30ecc4))
* **jira:** cache user id's to minimize chance of unexpected failures ([dd42bab](dd42bab))

### Features

* **core:** export utility for reading config ([5b0fbc3](5b0fbc3))

Mar 29, 2022, 6:48 PM
  • Loading branch information
semantic-release-bot committed Mar 29, 2022
1 parent f30ecc4 commit be6271a
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/AgentEnder/code-rub/compare/v1.2.1...v1.3.0) (2022-03-29)


### Bug Fixes

* **jira:** add additional error handling for failed findUser calls ([f30ecc4](https://github.com/AgentEnder/code-rub/commit/f30ecc47ed35aaa4c149b957e2fe09b496050773))
* **jira:** cache user id's to minimize chance of unexpected failures ([dd42bab](https://github.com/AgentEnder/code-rub/commit/dd42bab469b31214e40eef2e6c0b33cad6ac7a04))


### Features

* **core:** export utility for reading config ([5b0fbc3](https://github.com/AgentEnder/code-rub/commit/5b0fbc39c941925416d8c4544b170834644bf16a))

## [1.2.1](https://github.com/AgentEnder/code-rub/compare/v1.2.0...v1.2.1) (2022-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-rub",
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"start": "nx run-many --target build --all && NODE_PATH=dist/packages node ./dist/packages/@code-rub/core/src/lib/main",
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-devops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@code-rub/azure-devops",
"description": "description",
"authors": "author",
"version": "1.2.1",
"version": "1.3.0",
"dependencies": {},
"exports": {
".": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-rub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-rub",
"description": "description",
"authors": "author",
"version": "1.2.1",
"version": "1.3.0",
"main": "src/index.js",
"bin": {
"code-rub": "./src/lib/code-rub.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@code-rub/core",
"description": "description",
"authors": "author",
"version": "1.2.1",
"version": "1.3.0",
"main": "src/index",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/filter-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-rub/filter-files",
"version": "1.2.1",
"version": "1.3.0",
"exports": {
".": "./src/index.js",
"./models": "./models/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/github-issues/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@code-rub/github-issues",
"version": "1.2.1"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion packages/jira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@code-rub/jira",
"description": "description",
"authors": "author",
"version": "1.2.1",
"version": "1.3.0",
"dependencies": {},
"exports": {
".": "./src/plugin.js",
Expand Down

0 comments on commit be6271a

Please sign in to comment.