Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-tpom6oh committed Aug 16, 2024
1 parent 2d3099c commit 458dc34
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ examples
*.bs.js
dist/__tests__
dist/__mocks__
dist/browser.js
.github/
.vscode/
.merlin
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.1

Security update

## 1.3.0

Multiple Avo Inspector instances support, with the optional `suffix` constructor parameter
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Avo
Copyright (c) 2024 Avo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "avo-inspector",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "dist/index.js",
"browser": "dist/browser.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --emitDeclarationOnly && webpack --config webpack.config.js",
Expand Down

0 comments on commit 458dc34

Please sign in to comment.