Skip to content

Commit

Permalink
Release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2022
1 parent 15d5113 commit 47f112a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/pretty-tigers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-foxes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-rivers-clap.md

This file was deleted.

16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# @qualifyze/airtable

## 1.1.2
## 2.0.0

### Major Changes

- [#73](https://github.com/Qualifyze/airtable/pull/73) [`f434e51`](https://github.com/Qualifyze/airtable/commit/f434e510ab0b033cc094e29314f75b8f5d8b8665) Thanks [@vubogovich](https://github.com/vubogovich)! - [BREAKING CHANGE] Make AirtableRecord.data non-nullable.
It's always an object once any operation is executed, and it's inconvenient
to cast it to non-nullable in the calling code. The consumers should check
their code for `AirtableRecord` constructor or `data` property usage.

### Patch Changes

- [#86](https://github.com/Qualifyze/airtable/pull/86) [`15d5113`](https://github.com/Qualifyze/airtable/commit/15d5113dd44b962327f982d344e8c730b105f81c) Thanks [@vubogovich](https://github.com/vubogovich)! - Bump airtable to 0.11.1.

* [#85](https://github.com/Qualifyze/airtable/pull/85) [`65ce99e`](https://github.com/Qualifyze/airtable/commit/65ce99ed91fad10e52a604176d2a93714456c727) Thanks [@vubogovich](https://github.com/vubogovich)! - Bugfix: use partial type for the update operations to align with Airtable API.

## 1.1.2

### Patch Changes

- [#75](https://github.com/Qualifyze/airtable/pull/75) [`05225a5`](https://github.com/Qualifyze/airtable/commit/05225a5b35f5c550ce28bf3a379f1f3df5b5ae7d) Thanks [@vubogovich](https://github.com/vubogovich)! - Setup [changesets](https://github.com/atlassian/changesets) for the repo.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qualifyze/airtable",
"version": "1.1.2",
"version": "2.0.0",
"description": "A more powerful airtable client",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 47f112a

Please sign in to comment.