Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 523f9c5

Browse files
author
Long Ho
committed
Publish
- @formatjs/[email protected]
1 parent c6a862a commit 523f9c5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/ts-transformer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **@formatjs/ts-transformer:** fix id generation when description is falsy ([c6a862a](https://github.com/formatjs/formatjs/commit/c6a862adc3f378d1d21130a557e291292bca9d78))
12+
13+
14+
15+
16+
617
## [1.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-29)
718

819
**Note:** Version bump only for package @formatjs/ts-transformer

packages/ts-transformer/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ts-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/ts-transformer",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "TS Compiler transformer for formatjs",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)