@herb-tools/core 0.1.0 → 0.1.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
@@ -1,3 +1,7 @@
1
+ ## 0.1.1 (2025-04-20)
2
+
3
+ This was a version bump only for @herb-tools/core to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.1.0 (2025-04-15)
2
6
 
3
7
  This was a version bump only for @herb-tools/core to align it with other projects, there were no code changes.
@@ -734,7 +734,7 @@ class RubyParseError extends HerbError {
734
734
  }
735
735
 
736
736
  var name = "@herb-tools/core";
737
- var version = "0.1.0";
737
+ var version = "0.1.1";
738
738
  var packageJSON = {
739
739
  name: name,
740
740
  version: version};
@@ -736,7 +736,7 @@ class RubyParseError extends HerbError {
736
736
  }
737
737
 
738
738
  var name = "@herb-tools/core";
739
- var version = "0.1.0";
739
+ var version = "0.1.1";
740
740
  var packageJSON = {
741
741
  name: name,
742
742
  version: version};
@@ -734,7 +734,7 @@ class RubyParseError extends HerbError {
734
734
  }
735
735
 
736
736
  var name = "@herb-tools/core";
737
- var version = "0.1.0";
737
+ var version = "0.1.1";
738
738
  var packageJSON = {
739
739
  name: name,
740
740
  version: version};
@@ -740,7 +740,7 @@
740
740
  }
741
741
 
742
742
  var name = "@herb-tools/core";
743
- var version = "0.1.0";
743
+ var version = "0.1.1";
744
744
  var packageJSON = {
745
745
  name: name,
746
746
  version: version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herb-tools/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "homepage": "https://herb-tools.dev",