Skip to content

Commit d14c9b5

Browse files
madhavilosetty-intelrsdmike
authored andcommitted
build: updates package.json and changelog to v2.12.1
1 parent b77677e commit d14c9b5

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="2.12.1"></a>
2+
## [2.12.1] - 2023-06-22
3+
### Build
4+
- updates package.json and changelog to v2.12.1 (#d682829)
5+
- **deps:** remove dot-object package ([#1034](https://github.com/open-amt-cloud-toolkit/rps/issues/1034)) (#4e78cae)
6+
- **deps-dev:** bump eslint from 8.42.0 to 8.43.0 ([#1062](https://github.com/open-amt-cloud-toolkit/rps/issues/1062)) (#406d492)
7+
- **deps-dev:** bump [@typescript](https://github.com/typescript)-eslint/parser from 5.59.11 to 5.60.0 ([#1063](https://github.com/open-amt-cloud-toolkit/rps/issues/1063)) (#e2ee624)
8+
- **deps-dev:** bump [@typescript](https://github.com/typescript)-eslint/eslint-plugin ([#1064](https://github.com/open-amt-cloud-toolkit/rps/issues/1064)) (#6a0aea4)
9+
- **deps-dev:** bump sinon from 15.1.2 to 15.2.0 ([#1065](https://github.com/open-amt-cloud-toolkit/rps/issues/1065)) (#83f7655)
10+
11+
### Ci
12+
- add trivy container scan, remove trivy code scan ([#1018](https://github.com/open-amt-cloud-toolkit/rps/issues/1018)) (#b77677e)
13+
- remove nodejs 14 from build (#b747968)
14+
15+
### Fix
16+
- ensure req.tenantId is defaulted to blank (#30a5259)
17+
18+
### Refactor
19+
- simplify friendly name ([#1066](https://github.com/open-amt-cloud-toolkit/rps/issues/1066)) (#073fb55)
20+
121
<a name="2.12.0"></a>
222
## [2.12.0] - 2023-06-16
323
### Build

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-amt-cloud-toolkit/rps",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "Containerized RPS service for activating and configuring Intel&reg; AMT devices",
55
"homepage": "https://github.com/open-amt-cloud-toolkit/rps",
66
"contributors": [

0 commit comments

Comments
 (0)