mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
23 lines
313 B
JSON
23 lines
313 B
JSON
[
|
|
{
|
|
"release": "0.6.0"
|
|
},
|
|
{
|
|
"release": "0.6.1",
|
|
"notices": [
|
|
"hi",
|
|
"This has a very very veryveryvery very very very long long long line",
|
|
"more..."
|
|
]
|
|
},
|
|
{
|
|
"release": "0.6.2"
|
|
},
|
|
{
|
|
"release": "0.6.3",
|
|
"notices": [
|
|
"ok here is a notice"
|
|
]
|
|
}
|
|
]
|