Skip to content

Commit 3278843

Browse files
chore(main): release 1.13.0 (#200)
🤖 I have created a release *beep* *boop* --- ## [1.13.0](v1.12.1...v1.13.0) (2023-05-24) ### Features * **eslint:** added destructure eslint rule ([#206](#206)) ([8b03027](8b03027)) ### Miscellaneous * **deps-dev:** Bump @nestjs/testing from 9.4.1 to 9.4.2 ([#204](#204)) ([e4cdbc8](e4cdbc8)) * **deps-dev:** Bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 ([#199](#199)) ([b3a4b28](b3a4b28)) * **deps-dev:** Bump @typescript-eslint/parser from 5.59.6 to 5.59.7 ([#198](#198)) ([cfe2be1](cfe2be1)) * **deps-dev:** Bump ts-loader from 9.4.2 to 9.4.3 ([#203](#203)) ([f8f1384](f8f1384)) * **deps:** Bump @nestjs/common from 9.4.1 to 9.4.2 ([#205](#205)) ([2a3580b](2a3580b)) * **deps:** Bump @nestjs/core from 9.4.1 to 9.4.2 ([#202](#202)) ([1ffbbac](1ffbbac)) * **deps:** Bump @nestjs/platform-express from 9.4.1 to 9.4.2 ([#201](#201)) ([626faa7](626faa7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2 parents 8b03027 + ff86bd2 commit 3278843

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/UK-Export-Finance/mdm-api/compare/v1.12.1...v1.13.0) (2023-05-24)
4+
5+
6+
### Features
7+
8+
* **eslint:** added destructure eslint rule ([#206](https://github.com/UK-Export-Finance/mdm-api/issues/206)) ([8b03027](https://github.com/UK-Export-Finance/mdm-api/commit/8b030275b2fb9f44f8e8a39d445bbebb9cb3bf20))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps-dev:** Bump @nestjs/testing from 9.4.1 to 9.4.2 ([#204](https://github.com/UK-Export-Finance/mdm-api/issues/204)) ([e4cdbc8](https://github.com/UK-Export-Finance/mdm-api/commit/e4cdbc8ba253755cc52e0ad5d37f2adbc406554c))
14+
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 ([#199](https://github.com/UK-Export-Finance/mdm-api/issues/199)) ([b3a4b28](https://github.com/UK-Export-Finance/mdm-api/commit/b3a4b2810d2581c4588f1b819f15cac529f754f4))
15+
* **deps-dev:** Bump @typescript-eslint/parser from 5.59.6 to 5.59.7 ([#198](https://github.com/UK-Export-Finance/mdm-api/issues/198)) ([cfe2be1](https://github.com/UK-Export-Finance/mdm-api/commit/cfe2be14be2b2e90646d22ba54b2284adfd35fc8))
16+
* **deps-dev:** Bump ts-loader from 9.4.2 to 9.4.3 ([#203](https://github.com/UK-Export-Finance/mdm-api/issues/203)) ([f8f1384](https://github.com/UK-Export-Finance/mdm-api/commit/f8f138492ffec340672b275a31f4f94ee4ac659b))
17+
* **deps:** Bump @nestjs/common from 9.4.1 to 9.4.2 ([#205](https://github.com/UK-Export-Finance/mdm-api/issues/205)) ([2a3580b](https://github.com/UK-Export-Finance/mdm-api/commit/2a3580b09757658bf4926419cdfc25e893ae9565))
18+
* **deps:** Bump @nestjs/core from 9.4.1 to 9.4.2 ([#202](https://github.com/UK-Export-Finance/mdm-api/issues/202)) ([1ffbbac](https://github.com/UK-Export-Finance/mdm-api/commit/1ffbbac228aa8cab99e42f118e17b9a3d1075274))
19+
* **deps:** Bump @nestjs/platform-express from 9.4.1 to 9.4.2 ([#201](https://github.com/UK-Export-Finance/mdm-api/issues/201)) ([626faa7](https://github.com/UK-Export-Finance/mdm-api/commit/626faa77193d6f48974eaa9d79c59097435abba3))
20+
321
## [1.12.1](https://github.com/UK-Export-Finance/mdm-api/compare/v1.12.0...v1.12.1) (2023-05-22)
422

523

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "mdm-api",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"private": true,
55
"description": "Master Data Management API",
66
"license": "MIT",

0 commit comments

Comments
 (0)