Skip to content

Commit

Permalink
release 8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed Sep 26, 2023
1 parent 5ee0029 commit 4ce4c98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log

#### next release (8.3.5)
#### next release (8.3.6)

- [The next improvement]

#### 8.3.5 - 2023-09-26

- Allow a story to use iframe tag if the source is youtube, youtube-nocookie or vimeo.
- Add `includeMembersRegex` to `GroupTraits`. This can be used to filter group members by id/name using a regular expression.
- [The next improvement]

#### 8.3.4 - 2023-09-15

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terriajs",
"version": "8.3.4",
"version": "8.3.5",
"description": "Geospatial data visualization platform.",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -245,4 +245,4 @@
"build-for-node": "tsc -b tsconfig-node.json",
"prepare": "yarn build-for-node && husky install"
}
}
}

0 comments on commit 4ce4c98

Please sign in to comment.