From 594e9d8298b8b4b11139f1192428bab625c743c9 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 15 Dec 2022 15:29:40 -1000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5a45b..ac6eeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](https://github.com/prismicio-community/r19/compare/v0.1.0...v0.1.1) (2022-12-16) + + +### Bug Fixes + +* don't bundle `formdata-node` ([3a9edb7](https://github.com/prismicio-community/r19/commit/3a9edb7275e2305026d688d186943cf5d725cba4)) +* export `OmittableProcedures` ([#2](https://github.com/prismicio-community/r19/issues/2)) ([b3ea7b9](https://github.com/prismicio-community/r19/commit/b3ea7b9a473472bc2033e623b96904f1c8368131)) +* expose TypeScript types for `r19/client` entry ([e69f583](https://github.com/prismicio-community/r19/commit/e69f58380c5ee92308829bc934bdad83e5b1eb62)) + + +### Refactor + +* replace `node-fetch`'s `FormData` and `Blob` with `formdata-node` ([#3](https://github.com/prismicio-community/r19/issues/3)) ([32b1a63](https://github.com/prismicio-community/r19/commit/32b1a638979d65eb004e453d4cdacd460479b757)) + ## 0.1.0 (2022-12-15) diff --git a/package-lock.json b/package-lock.json index ff5ec84..ea86ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "r19", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "r19", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "dependencies": { "busboy": "^1.6.0", diff --git a/package.json b/package.json index f2bd3b3..0f810ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r19", - "version": "0.1.0", + "version": "0.1.1", "description": "Simple remote procedure calls in TypeScript", "keywords": [ "typescript",