scratch-sb1-converter 0.2.9 → 1.0.1

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
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.1](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.0...v1.0.1) (2024-02-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency eslint-config-scratch to v9.0.4 ([801ca1f](https://github.com/scratchfoundation/scratch-sb1-converter/commit/801ca1fc3a6de7b16e57f4d7073e39a2dd059808))
12
+
13
+ # [1.0.0](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v0.2.9...v1.0.0) (2024-02-21)
14
+
15
+
16
+ ### Documentation
17
+
18
+ * add description to README.md ([61780f3](https://github.com/scratchfoundation/scratch-sb1-converter/commit/61780f3d5d1d11661d0d1e67208b7b8bbb923b42))
19
+
20
+
21
+ ### BREAKING CHANGES
22
+
23
+ * trying again to bump this to v1.x
24
+
6
25
  ## [0.2.9](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v0.2.8...v0.2.9) (2024-02-21)
7
26
 
8
27
 
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # scratch-sb1-converter
2
2
 
3
+ Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0
4
+
3
5
  ## Committing
4
6
 
5
7
  This project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-sb1-converter",
3
- "version": "0.2.9",
3
+ "version": "1.0.1",
4
4
  "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0",
5
5
  "author": "Scratch Foundation",
6
6
  "license": "BSD-3-Clause",
@@ -47,7 +47,7 @@
47
47
  "babel-loader": "8.3.0",
48
48
  "docdash": "1.2.0",
49
49
  "eslint": "8.56.0",
50
- "eslint-config-scratch": "9.0.3",
50
+ "eslint-config-scratch": "9.0.4",
51
51
  "gh-pages": "1.2.0",
52
52
  "html-webpack-plugin": "3.2.0",
53
53
  "husky": "8.0.3",