nuxt-monaco-editor 1.2.8 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.3.0](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.9...v1.3.0) (2024-10-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * add `modelUri` option to components ([2786c92](https://github.com/e-chan1007/nuxt-monaco-editor/commit/2786c9253cea1474971125c060666396112f8c1f))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update to latest `@nuxt/module-builder` ([20f0327](https://github.com/e-chan1007/nuxt-monaco-editor/commit/20f032740e45c123796c8f976020379943ef5c89))
16
+
17
+ ### [1.2.9](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.8...v1.2.9) (2024-04-20)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * add locale build for prepack ([d0cf0ed](https://github.com/e-chan1007/nuxt-monaco-editor/commit/d0cf0edd12f892781351ffc69c2b734efe00feb3))
23
+
5
24
  ### [1.2.8](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.7...v1.2.8) (2024-04-20)
6
25
 
7
26
  ### [1.2.7](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.6...v1.2.7) (2024-01-20)