Skip to content

Commit

Permalink
release: 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2022-02-10)

### Bug Fixes

* **jira:** should lookup users by id ([#6](#6)) ([2508ef9](2508ef9))

Feb 10, 2022, 6:48 PM
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent 2508ef9 commit 2719aa9
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/AgentEnder/code-rub/compare/v1.2.0...v1.2.1) (2022-02-10)


### Bug Fixes

* **jira:** should lookup users by id ([#6](https://github.com/AgentEnder/code-rub/issues/6)) ([2508ef9](https://github.com/AgentEnder/code-rub/commit/2508ef9490062b3fc3ee17d063cc041c0b283caf))

# [1.2.0](https://github.com/AgentEnder/code-rub/compare/v1.1.5...v1.2.0) (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.0",
"version": "1.2.1",
"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.0",
"version": "1.2.1",
"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.0",
"version": "1.2.1",
"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.0",
"version": "1.2.1",
"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.0",
"version": "1.2.1",
"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.0"
"version": "1.2.1"
}
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.0",
"version": "1.2.1",
"dependencies": {},
"exports": {
".": "./src/plugin.js",
Expand Down

0 comments on commit 2719aa9

Please sign in to comment.