Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Oct 8, 2020
1 parent a78a39c commit bbae61b
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.0.2 (Thu Oct 08 2020)

#### 🐛 Bug Fix

- `@rsql/ast`, `@rsql/builder`, `@rsql/emitter`, `@rsql/parser`
- fix: use declare keyword in the .d.ts files [#10](https://github.com/piotr-oles/rsql/pull/10) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))

---

# v1.0.1 (Thu Sep 03 2020)

:tada: This release contains work from a new contributor! :tada:
Expand Down
12 changes: 12 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.0.2 (Thu Oct 08 2020)

#### 🐛 Bug Fix

- fix: use declare keyword in the .d.ts files [#10](https://github.com/piotr-oles/rsql/pull/10) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))

---

# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change
Expand Down
12 changes: 12 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.0.2 (Thu Oct 08 2020)

#### 🐛 Bug Fix

- fix: use declare keyword in the .d.ts files [#10](https://github.com/piotr-oles/rsql/pull/10) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))

---

# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change
Expand Down
12 changes: 12 additions & 0 deletions packages/emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.0.2 (Thu Oct 08 2020)

#### 🐛 Bug Fix

- fix: use declare keyword in the .d.ts files [#10](https://github.com/piotr-oles/rsql/pull/10) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))

---

# v1.0.1 (Thu Sep 03 2020)

:tada: This release contains work from a new contributor! :tada:
Expand Down
12 changes: 12 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.0.2 (Thu Oct 08 2020)

#### 🐛 Bug Fix

- fix: use declare keyword in the .d.ts files [#10](https://github.com/piotr-oles/rsql/pull/10) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))

---

# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change
Expand Down

0 comments on commit bbae61b

Please sign in to comment.