Skip to content

Commit

Permalink
chore(release): 0.23.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 10, 2021
1 parent f7e64e4 commit 5c6f9eb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.23.3](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.2...v0.23.3) (2021-02-10)


### Bug Fixes

* fix copying text on MacOS ([f7e64e4](https://github.com/atom-community/atom-ide-datatip/commit/f7e64e4d023f87b490e2649319764e329e6a24f3))

## [0.23.2](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.1...v0.23.2) (2021-02-06)


Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@
"affectsGlobalScope": false
},
"../node_modules/atom-ide-base/types-packages/datatip.d.ts": {
"version": "86ca56b2006d3fb3f88fea7efbe27ac84fc3a3f8e5f795ceab538f9f792f2ab8",
"signature": "86ca56b2006d3fb3f88fea7efbe27ac84fc3a3f8e5f795ceab538f9f792f2ab8",
"version": "e8a16b4a45109feb11d2706b33e4fe65f205f37a3acb6744ef3ec09cdf30ade1",
"signature": "e8a16b4a45109feb11d2706b33e4fe65f205f37a3acb6744ef3ec09cdf30ade1",
"affectsGlobalScope": false
},
"../node_modules/atom-ide-base/types-packages/definitions.d.ts": {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-ide-datatip",
"main": "./dist/main.js",
"version": "0.23.2",
"version": "0.23.3",
"description": "A replacement for the Data Tooltip provider that was originally part of the Atom IDE package from Facebook.",
"keywords": [
"atom-package",
Expand Down

0 comments on commit 5c6f9eb

Please sign in to comment.