Forráskód Böngészése

chore: Manually add some entries to changelog

Michael Bromley 6 éve
szülő
commit
d076452d6f
2 módosított fájl, 3 hozzáadás és 0 törlés
  1. 2 0
      CHANGELOG.md
  2. 1 0
      scripts/changelogs/generate-changelog.ts

+ 2 - 0
CHANGELOG.md

@@ -11,7 +11,9 @@
 * **core** Allow lazy evaluation of APIExtensionDefinitions ([69dad0b](https://github.com/vendure-ecommerce/vendure/commit/69dad0b))
 * **core** Allow lazy evaluation of APIExtensionDefinitions ([69dad0b](https://github.com/vendure-ecommerce/vendure/commit/69dad0b))
 * **core** Export some entity utils from service helpers ([ddceb64](https://github.com/vendure-ecommerce/vendure/commit/ddceb64))
 * **core** Export some entity utils from service helpers ([ddceb64](https://github.com/vendure-ecommerce/vendure/commit/ddceb64))
 * **core** Export the Api decorator & ApiType type ([c7857d3](https://github.com/vendure-ecommerce/vendure/commit/c7857d3))
 * **core** Export the Api decorator & ApiType type ([c7857d3](https://github.com/vendure-ecommerce/vendure/commit/c7857d3))
+* **core** Update Nestjs to v6.8.5, TypeORM to v0.2.20
 * **elasticsearch-plugin** Allow definition of custom mappings ([2c8b7df](https://github.com/vendure-ecommerce/vendure/commit/2c8b7df))
 * **elasticsearch-plugin** Allow definition of custom mappings ([2c8b7df](https://github.com/vendure-ecommerce/vendure/commit/2c8b7df))
+* **testing** Extract e2e testing tools into `@vendute/testing` package, closes [#198](https://github.com/vendure-ecommerce/vendure/issues/198)
 
 
 ## 0.5.0 (2019-10-23)
 ## 0.5.0 (2019-10-23)
 
 

+ 1 - 0
scripts/changelogs/generate-changelog.ts

@@ -24,6 +24,7 @@ const VALID_SCOPES: string[] = [
     'elasticsearch-plugin',
     'elasticsearch-plugin',
     'email-plugin',
     'email-plugin',
     'email',
     'email',
+    'testing',
 ];
 ];
 
 
 const mainTemplate = fs.readFileSync(path.join(__dirname, 'template.hbs'), 'utf-8');
 const mainTemplate = fs.readFileSync(path.join(__dirname, 'template.hbs'), 'utf-8');