Skip to content

Commit 96273a0

Browse files
committed
bump version 1.2.4
1 parent 5324fad commit 96273a0

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 1.2.4 (2022-07-16)
2+
### Bugfixes
3+
* fixed editor not updating when action triggered
4+
15
## 1.2.3 (2022-07-16)
26
### Bugfixes
3-
* fixes issue with invisible code in editor
7+
* fixed issue with invisible code in editor
48

59
## 1.2.2 (2022-07-15)
610
### Enhancements

docs/3rdpartylicenses.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ ngx-codejar
816816
MIT
817817
MIT License
818818

819-
Copyright (c) 2021 Julian Poemp
819+
Copyright (c) 2022 Julian Poemp
820820

821821
Permission is hereby granted, free of charge, to any person obtaining a copy
822822
of this software and associated documentation files (the "Software"), to deal

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<body>
1010
<app-root></app-root>
1111
<script async="" defer src="https://buttons.github.io/buttons.js"></script>
12-
<script src="runtime.4907a57972d0d5e3.js" type="module"></script><script src="polyfills.d73d997f959065a7.js" type="module"></script><script src="main.a8f77b7bb1020ad6.js" type="module"></script>
12+
<script src="runtime.4907a57972d0d5e3.js" type="module"></script><script src="polyfills.d73d997f959065a7.js" type="module"></script><script src="main.a1624ceb642d2b6f.js" type="module"></script>
1313

1414
</body></html>

docs/main.a1624ceb642d2b6f.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.a8f77b7bb1020ad6.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-htaccess-generator",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)