Add v1.1.0 changelog

This commit is contained in:
Jan Dvorak
2021-07-19 09:56:47 +02:00
parent 0981d2a534
commit aa413614da
5 changed files with 48 additions and 1 deletions

5
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/node-stubs.iml" filepath="$PROJECT_DIR$/.idea/node-stubs.iml" />
</modules>
</component>
</project>

12
.idea/node-stubs.iml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -1,3 +1,19 @@
v1.3 - 2021-03-25
v1.1.0 - 2021-07-19
* Updated dependencies to their latest versions
- `assert@2.0.0`
- `buffer@6.0.3`
- `console-browserify@1.2.0`
- `domain-browser@4.19.0`
- `events@3.3.0`
- `readable-stream@3.6.0`
- `stream-browserify@3.0.0`
- `stream-http@3.2.0`
- `string_decoder@1.3.0`
- `timers-browserify@2.0.12`
- `util@0.12.4`
- `vm-browserify@1.1.2`
v1.0.3 - 2021-03-25
* Add elliptic@6.5.4 as a direct dependency to force upgrade due to a security vulnerability. It was not possible to upgrade indirectly as [crypto-browserify]( https://www.npmjs.com/package/crypto-browserify) is not updated.