Skip to content

Commit

Permalink
chore: Release version 0.3.0
Browse files Browse the repository at this point in the history
Make `common_types.ts` public.
  • Loading branch information
kellnerd committed May 6, 2024
1 parent 95c7a54 commit beee230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@kellnerd/musicbrainz",
"version": "0.2.0",
"version": "0.3.0",
"exports": {
".": "./mod.ts",
"./client": "./client.ts",
"./api-types": "./api_types.ts",
"./common-types": "./common_types.ts",
"./data/entity": "./data/entity.ts",
"./data/artist": "./data/artist.ts",
"./data/release": "./data/release.ts",
Expand Down

0 comments on commit beee230

Please sign in to comment.