Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 4226e04

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent df9a703 commit 4226e04

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# v14.1.0 (Sun Aug 08 2021)
2+
3+
#### 🚀 Enhancement
4+
5+
- wip: collect inline require statements and convert them to top level imports [#269](https://github.com/relay-tools/relay-compiler-language-typescript/pull/269) ([@n1ru4l](https://github.com/n1ru4l) [@asterikx](https://github.com/asterikx) [email protected])
6+
7+
#### 🐛 Bug Fix
8+
9+
- Drop immutable [#399](https://github.com/relay-tools/relay-compiler-language-typescript/pull/399) ([@TrySound](https://github.com/TrySound))
10+
- Update README.md [#361](https://github.com/relay-tools/relay-compiler-language-typescript/pull/361) ([@hanford](https://github.com/hanford))
11+
12+
#### 🏠 Internal
13+
14+
- Add missing github token [#415](https://github.com/relay-tools/relay-compiler-language-typescript/pull/415) ([@zephraph](https://github.com/zephraph))
15+
- Move to GH actions for release [#407](https://github.com/relay-tools/relay-compiler-language-typescript/pull/407) ([@zephraph](https://github.com/zephraph))
16+
17+
#### 🔩 Dependency Updates
18+
19+
- chore: bump @types/node from 14.14.41 to 15.0.1 [#337](https://github.com/relay-tools/relay-compiler-language-typescript/pull/337) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
20+
- chore: bump @types/jest from 26.0.22 to 26.0.23 [#335](https://github.com/relay-tools/relay-compiler-language-typescript/pull/335) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
21+
- Upgrade to GitHub-native Dependabot [#338](https://github.com/relay-tools/relay-compiler-language-typescript/pull/338) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
22+
- chore: bump @babel/runtime from 7.13.10 to 7.13.17 [#327](https://github.com/relay-tools/relay-compiler-language-typescript/pull/327) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
23+
- chore: bump @types/node from 14.14.39 to 14.14.41 [#326](https://github.com/relay-tools/relay-compiler-language-typescript/pull/326) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
24+
- chore: bump ts-jest from 26.5.4 to 26.5.5 [#330](https://github.com/relay-tools/relay-compiler-language-typescript/pull/330) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
25+
- chore: bump @types/jest from 26.0.20 to 26.0.22 [#332](https://github.com/relay-tools/relay-compiler-language-typescript/pull/332) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
26+
- chore: bump babel-plugin-relay from 11.0.1 to 11.0.2 [#333](https://github.com/relay-tools/relay-compiler-language-typescript/pull/333) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
27+
- chore: bump @types/node from 14.14.28 to 14.14.39 [#325](https://github.com/relay-tools/relay-compiler-language-typescript/pull/325) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
28+
- chore: bump concurrently from 5.3.0 to 6.0.2 [#324](https://github.com/relay-tools/relay-compiler-language-typescript/pull/324) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
29+
- chore: bump typescript from 4.2.3 to 4.2.4 [#323](https://github.com/relay-tools/relay-compiler-language-typescript/pull/323) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
30+
- chore: bump babel-plugin-relay from 10.1.3 to 11.0.1 [#310](https://github.com/relay-tools/relay-compiler-language-typescript/pull/310) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
31+
- chore: bump ts-jest from 26.5.1 to 26.5.4 [#304](https://github.com/relay-tools/relay-compiler-language-typescript/pull/304) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
32+
- chore: bump @babel/runtime from 7.12.13 to 7.13.10 [#296](https://github.com/relay-tools/relay-compiler-language-typescript/pull/296) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
33+
34+
#### Authors: 7
35+
36+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
37+
- Bogdan Chadkin ([@TrySound](https://github.com/TrySound))
38+
- Erik Müller ([@asterikx](https://github.com/asterikx))
39+
- Erik Müller ([email protected])
40+
- Jack Hanford ([@hanford](https://github.com/hanford))
41+
- Justin Bennett ([@zephraph](https://github.com/zephraph))
42+
- Laurin Quast ([@n1ru4l](https://github.com/n1ru4l))
43+
44+
---
45+
146
# v14.0.0 (Wed Apr 07 2021)
247

348
#### 💥 Breaking Change

0 commit comments

Comments
 (0)