Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent 3f2b3d4 commit 3dc33f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/ninety-hornets-reply.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sumup-oss/intl

## 3.1.0

### Minor Changes

- [`3f2b3d4`](https://github.com/sumup-oss/intl-js/commit/3f2b3d4adc25b846ceb750041ec440e5124a04a8) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for formatting relative times.

```ts
import { formatRelativeTime } from '@sumup-oss/intl';

formatRelativeTime(7, 'years', 'pt-BR'); // 'em 7 anos'
```

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/intl",
"version": "3.0.1",
"version": "3.1.0",
"description": "Format numbers, currency values, dates, and times for any locale with the ECMAScript Internationalization API",
"repository": "[email protected]:sumup-oss/intl-js.git",
"author": "Connor Bär <[email protected]>",
Expand Down

0 comments on commit 3dc33f1

Please sign in to comment.