Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Services
Motion Bank API
Commits
08862593
Commit
08862593
authored
Dec 04, 2018
by
Anton Koch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
introduce semantic versioning, add changelog
parent
dc3358ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
CHANGELOG.md
CHANGELOG.md
+16
-0
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
0 → 100644
View file @
08862593
# Changelog
This document tracks all important changes to the Motion Bank Transcoding Service.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [1.0.0] - 2018-12-04
### Added
-
Changelog document
### Changed
-
Start proper versioning at 1.0.0
package-lock.json
View file @
08862593
{
{
"name"
:
"api"
,
"name"
:
"api"
,
"version"
:
"0.0
.1
"
,
"version"
:
"
1.
0.0"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"requires"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
package.json
View file @
08862593
{
{
"name"
:
"api"
,
"name"
:
"api"
,
"version"
:
"0.0
.1
"
,
"version"
:
"
1.
0.0"
,
"description"
:
"API server for Motion Bank Systems"
,
"description"
:
"API server for Motion Bank Systems"
,
"main"
:
"src/index.js"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment