From 484ba9dc2547d3503c36309c3dedd7a71782971c Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 15 Dec 2014 00:09:37 +0300 Subject: [PATCH] 1.0.0-beta --- History.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index d65b3c260..ea980fbda 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +15 Dec 2014, version 1.0.0-beta + +- Markdown rendering is now a lot safer (switched to remarkable+sanitizer). +- Header in web interface is now static instead of fixed. +- `GET /-/all?local` now returns list of all local packages (issue [#179](https://github.com/rlidwka/sinopia/pull/179)) + 5 Dec 2014, version 1.0.0-alpha.3 - Fixed an issue with scoped packages in tarballs diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b705ddd3d..43cb20917 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "sinopia", - "version": "1.0.0-alpha.3", + "version": "1.0.0-beta", "dependencies": { "async": { "version": "0.9.0", diff --git a/package.yaml b/package.yaml index 23968ccc5..f5889a85d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ # use "yapm install ." if you're installing this from git repository name: sinopia -version: 1.0.0-alpha.3 +version: 1.0.0-beta description: Private npm repository server author: