Skip to content

Commit 2e7d52a

Browse files
committed
2.0.0
1 parent 04e821a commit 2e7d52a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## next
1+
## 2.0.0 (December 11, 2018)
22

3-
- Changed used path to a file in generated source map to relative path (#7)
4-
- Renamed options
5-
- `--restructure-off` to `--no-restructure`
6-
- `--map` to `--source-map`
7-
- `--input-map` to `--input-source-map`
3+
- Use relative paths to files in generated source map (#7)
84
- Removed setting output file with no option label, i.e. `--output` is required
5+
- Renamed options
6+
- `--restructure-off``--no-restructure`
7+
- `--map``--source-map`
8+
- `--input-map``--input-source-map`
99

1010
## 1.1.0 (September 10, 2017)
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2017 by Roman Dvornov
1+
Copyright (C) 2017-2018 by Roman Dvornov
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csso-cli",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Command line interface for CSSO",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)