mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-16 11:17:05 +02:00
Prepare to release v1.2.1
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3e882f0ce5
commit
0f18b22b88
@ -1,3 +1,8 @@
|
|||||||
|
## Release 1.2.1 - 2018/11/12
|
||||||
|
|
||||||
|
* [fixed] Stop overwriting parameter type by `nil` [#278](https://github.com/fluent/fluentd-ui/pull/278) [#277](https://github.com/fluent/fluentd-ui/issues/277)
|
||||||
|
* [maintenance] Update loofah to 2.2.3 [#279](https://github.com/fluent/fluentd-ui/pull/279)
|
||||||
|
|
||||||
## Release 1.2.0 - 2018/11/05
|
## Release 1.2.0 - 2018/11/05
|
||||||
|
|
||||||
* [maintenance] Add app/javascript/packs/components [#275](https://github.com/fluent/fluentd-ui/pull/275)
|
* [maintenance] Add app/javascript/packs/components [#275](https://github.com/fluent/fluentd-ui/pull/275)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
fluentd-ui (1.2.0)
|
fluentd-ui (1.2.1)
|
||||||
addressable
|
addressable
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bundler
|
bundler
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module FluentdUI
|
module FluentdUI
|
||||||
VERSION = "1.2.0"
|
VERSION = "1.2.1"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user