Skip to content

Commit

Permalink
fix: correct link for build status in all .md files + add query type …
Browse files Browse the repository at this point in the history
…breaking change in MIGRATION.md
  • Loading branch information
Cyberxon committed Apr 6, 2023
1 parent 830c9b5 commit 16bddd4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DOCS.md
Expand Up @@ -13,8 +13,8 @@
<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License" />
</a>
<a href="https://travis-ci.org/contentful/contentful.js">
<img src="https://travis-ci.org/contentful/contentful.js.svg?branch=master" alt="Build Status">
<a href="https://circleci.com/gh/contentful/contentful.js">
<img src="https://circleci.com/gh/contentful/contentful.js.svg?style=svg" alt="Build Status">
</a>
<a href="https://www.npmjs.com/package/contentful">
<img src="https://img.shields.io/npm/v/contentful.svg" alt="NPM">
Expand Down
4 changes: 4 additions & 0 deletions MIGRATION.md
Expand Up @@ -72,6 +72,10 @@ Version `10.0.0` is a complete rewrite in TypeScript. This version introduces a

See [response modifiers](#response-modifiers) for migration instructions.

**Query filters**

- Query filters that accept a string of comma-separated array of values now only accept Arrays. For more details check the [breaking change section](TYPESCRIPT.md#breaking-change) of Dynamic (field) query keys.

### Version compatibility

- Node: >= 12 (LTS)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,9 @@

<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License" />
</a><a href="https://travis-ci.org/contentful/contentful.js">
<img src="https://travis-ci.org/contentful/contentful.js.svg?branch=master" alt="Build Status">
</a>
<a href="https://circleci.com/gh/contentful/contentful.js">
<img src="https://circleci.com/gh/contentful/contentful.js.svg?style=svg" alt="Build Status">
</a>
<a href="https://www.npmjs.com/package/contentful">
<img src="https://img.shields.io/npm/v/contentful.svg" alt="NPM">
Expand Down
5 changes: 3 additions & 2 deletions TYPESCRIPT.md
Expand Up @@ -30,8 +30,9 @@

<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License" />
</a><a href="https://travis-ci.org/contentful/contentful.js">
<img src="https://travis-ci.org/contentful/contentful.js.svg?branch=master" alt="Build Status">
</a>
<a href="https://circleci.com/gh/contentful/contentful.js">
<img src="https://circleci.com/gh/contentful/contentful.js.svg?style=svg" alt="Build Status">
</a>
<a href="https://www.npmjs.com/package/contentful">
<img src="https://img.shields.io/npm/v/contentful.svg" alt="NPM">
Expand Down

0 comments on commit 16bddd4

Please sign in to comment.