Skip to content

Commit

Permalink
add changelog and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Oct 31, 2023
1 parent a2c42ef commit 8abed8c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Note:** Version 0 of Semantic Versioning is handled differently from version 1 and above.
The minor version will be incremented upon a breaking change and the patch version will be incremented for features.

## [2.2.14] - 2023-10-31

### Features

- response: added response expiration timestamp field to Response state and validation to check response expiration. See PR ([#170](https://github.com/convergence-rfq/convergence-program-library/pull/170)) for full details.

## [2.2.13] - 2023-10-04

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions psyoptions-american-instrument/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convergence-rfq/psyoptions-american-instrument",
"version": "2.2.13",
"version": "2.2.14",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "^4.8.4",
"rimraf": "^4.1.2"
}
}
}
4 changes: 2 additions & 2 deletions psyoptions-european-instrument/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convergence-rfq/psyoptions-european-instrument",
"version": "2.2.13",
"version": "2.2.14",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "^4.8.4",
"rimraf": "^4.1.2"
}
}
}
4 changes: 2 additions & 2 deletions rfq/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convergence-rfq/rfq",
"version": "2.2.13",
"version": "2.2.14",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "^4.8.4",
"rimraf": "^4.1.2"
}
}
}
4 changes: 2 additions & 2 deletions risk-engine/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convergence-rfq/risk-engine",
"version": "2.2.13",
"version": "2.2.14",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "^4.8.4",
"rimraf": "^4.1.2"
}
}
}

0 comments on commit 8abed8c

Please sign in to comment.