CHANGELOG.md in js_dependency-0.3.15 vs CHANGELOG.md in js_dependency-0.4.0
- old
+ new
@@ -1,7 +1,16 @@
## [Unreleased]
+## [0.4.0] - 2024-03-31
+
+- Breaking change: Support only Ruby 3.0 or later. [#34](https://github.com/junara/js_dependency/pull/34)
+
+- Add support Vue script setup and lang. [#35](https://github.com/junara/js_dependency/pull/35) [#36](https://github.com/junara/js_dependency/pull/36)
+ - `<script setup>` and `<script lang="ts">` are supported.
+
+- Fix some typos. [#33](https://github.com/junara/js_dependency/pull/33)
+
## [0.3.15] - 2022-08-21
- Add exclude_output_names option for export_markdown_report.
## [0.3.14] - 2022-08-21
@@ -29,10 +38,10 @@
- Add alias_paths options of hash.
## [0.3.8] - 2022-08-11
-- `.js_dependecy.yaml` is arrowed for configuration file name.
+- `.js_dependency.yaml` is arrowed for configuration file name.
- Refactor codes.
- Add test codes.
## [0.3.7] - 2022-08-11