sheet-i18n 0.1.3 → 0.1.4

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > sheet-i18n@0.1.3 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
3
+ > sheet-i18n@0.1.4 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts, src/exporter/index.ts
@@ -11,14 +11,14 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.js 1.28 KB
15
- CJS dist/exporter/index.js 1.10 KB
16
- CJS ⚡️ Build success in 6ms
17
- ESM dist/exporter/index.mjs 32.00 B
18
14
  ESM dist/index.mjs 102.00 B
19
- ESM dist/chunk-7AQPNLGW.mjs 122.00 B
20
- ESM ⚡️ Build success in 6ms
15
+ ESM dist/exporter/index.mjs 97.00 B
16
+ ESM dist/chunk-KN4CC7MI.mjs 1.34 MB
17
+ ESM ⚡️ Build success in 127ms
18
+ CJS dist/index.js 1.34 MB
19
+ CJS dist/exporter/index.js 1.34 MB
20
+ CJS ⚡️ Build success in 147ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 357ms
22
+ DTS ⚡️ Build success in 369ms
23
23
  DTS dist/exporter/index.d.ts 592.00 B
24
24
  DTS dist/index.d.ts 84.00 B
@@ -1,8 +1,12 @@
1
1
 
2
2
  
3
- > sheet-i18n@0.1.2 changelog /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
3
+ > sheet-i18n@0.1.3 changelog /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
4
  > standard-version
5
5
 
6
- ✔ bumping version in package.json from 0.1.2 to 0.1.3
6
+ ✔ bumping version in package.json from 0.1.3 to 0.1.4
7
7
  ✔ outputting changes to CHANGELOG.md
8
8
  ✔ committing package.json and CHANGELOG.md
9
+ → No staged files match any configured task.
10
+ 
11
+ ✔ tagging release v0.1.4
12
+ ℹ Run `git push --follow-tags origin feature && npm publish` to publish
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
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
+ ### [0.1.4](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.4) (2024-12-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
16
+
5
17
  ### [0.1.3](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.3) (2024-12-23)
6
18
 
7
19