Skip to content

Commit

Permalink
[babel-plugin-0.2.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth authored Nov 20, 2023
1 parent 21be366 commit c07f133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
## X.Y.Z

### Breaking changes
* None
## 0.2.0 (2023-11-20)

### Enhancements
* Support full-text index decorator ()`@index("full-text")`). Thanks to @atdyer. ([#5800](https://github.com/realm/realm-js/issues/5800))

### Fixed
* None

### Internal
* None

## 0.1.1 (2022-12-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realm/babel-plugin",
"version": "0.1.1",
"version": "0.2.0",
"description": "Babel plugin making it easier to declare your Realm schema",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c07f133

Please sign in to comment.