Skip to content

Commit

Permalink
chore(release): 2.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.14.3](2.14.2...2.14.3) (2020-07-08)

### Bug Fixes

* **release:** bring back publish script into semantic-release ([6b87440](6b87440))
* **release:** do semantic-release through CI ([6fbfd65](6fbfd65))
  • Loading branch information
semantic-release-bot committed Jul 8, 2020
1 parent 6b87440 commit 6522807
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndb-core",
"version": "2.14.2",
"version": "2.14.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
export const environment = {
production: true,
appVersion: "2.14.2", // replaced automatically by semantic-release
appVersion: "2.14.3", // replaced automatically by semantic-release
repositoryId: "Aam-Digital/ndb-core",
remoteLoggingDsn:
"https://bd6aba79ca514d35bb06a4b4e0c2a21e@sentry.io/1242399",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
export const environment = {
production: false,
appVersion: "2.14.2", // replaced automatically by semantic-release
appVersion: "2.14.3", // replaced automatically by semantic-release
repositoryId: "Aam-Digital/ndb-core",
remoteLoggingDsn: undefined, // only set for production mode in environment.prod.ts
};

0 comments on commit 6522807

Please sign in to comment.