Skip to content

Commit eced30c

Browse files
build: update version in package.json and changelog (#1082)
1 parent 972293b commit eced30c

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2+
<a name="2.13.0"></a>
3+
## [2.13.0] - 2023-06-30
4+
### Build
5+
- update version in package.json and changelog (#e1cd47d)
6+
- update vault for docker compose ([#1077](https://github.com/open-amt-cloud-toolkit/rps/issues/1077)) (#7462e8b)
7+
- **deps:** bump xstate from 4.37.2 to 4.38.0 ([#1071](https://github.com/open-amt-cloud-toolkit/rps/issues/1071)) (#86915d7)
8+
- **deps:** bump pg from 8.11.0 to 8.11.1 ([#1074](https://github.com/open-amt-cloud-toolkit/rps/issues/1074)) (#bb5c777)
9+
- **deps-dev:** bump [@typescript](https://github.com/typescript)-eslint/parser from 5.60.0 to 5.60.1 ([#1073](https://github.com/open-amt-cloud-toolkit/rps/issues/1073)) (#a39fbde)
10+
- **deps-dev:** bump [@typescript](https://github.com/typescript)-eslint/eslint-plugin ([#1075](https://github.com/open-amt-cloud-toolkit/rps/issues/1075)) (#77c0050)
11+
- **deps-dev:** bump [@types](https://github.com/types)/node from 20.3.1 to 20.3.2 ([#1076](https://github.com/open-amt-cloud-toolkit/rps/issues/1076)) (#b88f8ae)
12+
- **deps-dev:** bump eslint-config-standard-with-typescript ([#1079](https://github.com/open-amt-cloud-toolkit/rps/issues/1079)) (#aedfb24)
13+
14+
### Feat
15+
- adds MSCHAPv2 configuration for wired and wireless ([#1070](https://github.com/open-amt-cloud-toolkit/rps/issues/1070)) (#3fd7865)
16+
17+
### Fix
18+
- upated network status message ([#1080](https://github.com/open-amt-cloud-toolkit/rps/issues/1080)) (#972293b)
19+
120
<a name="2.12.1"></a>
221
## [2.12.1] - 2023-06-22
322
### 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.1",
3+
"version": "2.13.0",
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)