Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2023-05-08)

### Bug Fixes

* **parser:** fixed cases where child textnode is null ([8e4bc4b](8e4bc4b))
  • Loading branch information
semantic-release-bot committed May 8, 2023
1 parent 967f80c commit b5557f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atlas-etl-tableau-public",
"version": "1.0.4-alpha.1",
"version": "1.0.4",
"description": "Tableau Metadata Scraper",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "TableauSQL"
version = "1.0.4-alpha.1"
version = "1.0.4"
description = "Tableau Metadata Scraper"
authors = ["Sean Pickering", "Christopher Pickering"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit b5557f5

Please sign in to comment.