@mstrathman/figma 0.2.1 → 0.2.2

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
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.2] - 2026-01-19
9
+
8
10
  ## [0.2.1] - 2026-01-18
9
11
 
10
12
  ## [0.2.0] - 2026-01-18
package/dist/main.js CHANGED
@@ -4028,7 +4028,7 @@ function createHandoffCommand(factory) {
4028
4028
  // src/cmd/root.ts
4029
4029
  function createRootCommand(factory) {
4030
4030
  const program = new Command30();
4031
- program.name("figma").description("CLI for the Figma API").version("1.0.0").configureHelp({
4031
+ program.name("figma").description("CLI for the Figma API").version("0.2.2").configureHelp({
4032
4032
  sortSubcommands: true,
4033
4033
  sortOptions: true
4034
4034
  });