Skip to content

Commit

Permalink
bump version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 15, 2022
1 parent 7f1c6bf commit bca7f31
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.2 (2022-07-15)
### Enhancements
* added option to redirect to www

### Others
* updated Angular and other dependencies

## 1.2.1 (2022-06-09)
### Enhancements
* updated Angular to 14.0.1
Expand Down
5 changes: 3 additions & 2 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ angular-animations
MIT
MIT License

Copyright (c) 2018 Chris Filipowski
Copyright (c) 2020 Chris Filipowski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -663,6 +663,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


bootstrap
MIT
The MIT License (MIT)
Expand Down Expand Up @@ -720,7 +721,7 @@ codejar
MIT
MIT License

Copyright (c) 2020 Anton Medvedev
Copyright (c) 2020-2022 Anton Medvedev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<app-root></app-root>
<script async="" defer src="https://buttons.github.io/buttons.js"></script>
<script src="runtime.4907a57972d0d5e3.js" type="module"></script><script src="polyfills.d73d997f959065a7.js" type="module"></script><script src="main.9a6667e2af966f25.js" type="module"></script>
<script src="runtime.4907a57972d0d5e3.js" type="module"></script><script src="polyfills.d73d997f959065a7.js" type="module"></script><script src="main.ae2efb9589ff9f02.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion docs/main.9a6667e2af966f25.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.ae2efb9589ff9f02.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-htaccess-generator",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.info.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export class AppInfo {
public static readonly version = '1.2.1';
public static readonly version = '1.2.2';
}

0 comments on commit bca7f31

Please sign in to comment.