Skip to content

Commit

Permalink
bump version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 16, 2022
1 parent 5324fad commit 96273a0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.2.4 (2022-07-16)
### Bugfixes
* fixed editor not updating when action triggered

## 1.2.3 (2022-07-16)
### Bugfixes
* fixes issue with invisible code in editor
* fixed issue with invisible code in editor

## 1.2.2 (2022-07-15)
### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ ngx-codejar
MIT
MIT License

Copyright (c) 2021 Julian Poemp
Copyright (c) 2022 Julian Poemp

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.a8f77b7bb1020ad6.js" type="module"></script>
<script src="runtime.4907a57972d0d5e3.js" type="module"></script><script src="polyfills.d73d997f959065a7.js" type="module"></script><script src="main.a1624ceb642d2b6f.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions docs/main.a1624ceb642d2b6f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.a8f77b7bb1020ad6.js

This file was deleted.

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.3",
"version": "1.2.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 96273a0

Please sign in to comment.