Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domirs committed Jun 21, 2021
1 parent 53c528e commit 0370f56
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0](https://github.com/umb/ng-standards/compare/0.1.2...1.0.0) (2021-06-21)


### chore

* update dependencies for angular 12 ([afb42c5](https://github.com/umb/ng-standards/commit/afb42c5a098554834d450e7637b64e376961035c))


### Features

* change main branch naming ([53c528e](https://github.com/umb/ng-standards/commit/53c528e07ca28d4d824bd61fc96b9452a6a81f9c))
* update installed dependencies and config files ([cbede91](https://github.com/umb/ng-standards/commit/cbede917692944ac1fda8d477bd73594e4a38c9d))


### BREAKING CHANGES

* drop support for angular versions < 12



## [0.1.1](https://github.com/umb/ng-standards/compare/v0.1.0...v0.1.1) (2020-10-23)


Expand Down
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": "@umb-ag/ng-standards",
"version": "0.1.2",
"version": "1.0.0",
"description": "Simple schematic to provide a quick and easy angular project setup.",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 0370f56

Please sign in to comment.