mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add v1.1.0 changelog
This commit is contained in:
5
.idea/.gitignore
generated
vendored
Normal file
5
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal 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
12
.idea/node-stubs.iml
generated
Normal 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
6
.idea/vcs.xml
generated
Normal 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>
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user