diff --git a/packages/timestamp/CHANGELOG.md b/packages/timestamp/CHANGELOG.md index 5ab8ee1d5..94aa4ca8d 100644 --- a/packages/timestamp/CHANGELOG.md +++ b/packages/timestamp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [10.0.2-beta.13](https://github.com/just-jeb/angular-builders/compare/@angular-builders/timestamp@10.0.2-beta.12...@angular-builders/timestamp@10.0.2-beta.13) (2020-11-12) + +**Note:** Version bump only for package @angular-builders/timestamp + + + + + ### [10.0.2-beta.12](https://github.com/just-jeb/angular-builders/compare/@angular-builders/timestamp@10.0.2-beta.11...@angular-builders/timestamp@10.0.2-beta.12) (2020-11-12) **Note:** Version bump only for package @angular-builders/timestamp diff --git a/packages/timestamp/example/CHANGELOG.md b/packages/timestamp/example/CHANGELOG.md index 75e694318..35efa6aec 100644 --- a/packages/timestamp/example/CHANGELOG.md +++ b/packages/timestamp/example/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [10.0.2-beta.12](https://github.com/just-jeb/angular-builders/compare/example@10.0.2-beta.11...example@10.0.2-beta.12) (2020-11-12) + +**Note:** Version bump only for package example + + + + + ### [10.0.2-beta.11](https://github.com/just-jeb/angular-builders/compare/example@10.0.2-beta.10...example@10.0.2-beta.11) (2020-11-12) **Note:** Version bump only for package example diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json index 79a667e0e..96e81667d 100644 --- a/packages/timestamp/example/package.json +++ b/packages/timestamp/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "10.0.2-beta.11", + "version": "10.0.2-beta.12", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/packages/timestamp/package.json b/packages/timestamp/package.json index fcdb16efb..234d1926a 100644 --- a/packages/timestamp/package.json +++ b/packages/timestamp/package.json @@ -1,6 +1,6 @@ { "name": "@angular-builders/timestamp", - "version": "10.0.2-beta.12", + "version": "10.0.2-beta.13", "repository": { "type": "git", "url": "https://github.com/just-jeb/angular-builders",