Skip to content

Commit

Permalink
bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Mar 30, 2023
1 parent cde5efb commit a43cc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/edge-addons-api",
"version": "1.1.1",
"version": "1.2.0",
"description": "Microsoft Edge Addons API for Node.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from "@jest/globals"
import { readFile } from "fs/promises"

import { EdgeAddonsAPI, Options } from "~index"
import { EdgeAddonsAPI, type Options } from "~index"

test("test upload test.zip artifact", async () => {
const key = JSON.parse(await readFile("key.json", "utf8")) as Options
Expand Down

0 comments on commit a43cc5e

Please sign in to comment.