Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](1.0.0...1.1.0) (2021-07-23)

### Bug Fixes

* test commit ([aca466e](aca466e))
* try again with token ([3970b68](3970b68))

### Features

* add release plugins ([0a350e4](0a350e4))
* updated readme ([0027adf](0027adf))
  • Loading branch information
semantic-release-bot committed Jul 23, 2021
1 parent 4029619 commit b473101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndb-testing",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-3.0",
"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: "1.0.0", // replaced automatically by semantic-release
appVersion: "1.1.0", // 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: "1.0.0", // replaced automatically by semantic-release
appVersion: "1.1.0", // 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 b473101

Please sign in to comment.