Skip to content

Commit

Permalink
Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 17, 2020
1 parent 4f6bfda commit cf53b1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] - 2020-10-17

### Fixed
- Fix webpage title.

## [0.0.1] - 2020-10-17

### Added
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wabarc/archiver",
"version": "0.0.1",
"version": "0.0.2",
"description": "Archiving webpages from the Telegram channel",
"main": "./dist/index.js",
"types": "./src/index.d.ts",
Expand All @@ -9,7 +9,9 @@
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"lint": "eslint ./ --ext .ts",
"test": "jest --testTimeout 300000"
"test": "jest --testTimeout 300000",
"clean": "rm -rf ./dist",
"prepub": "npm run clean; npm run format; npm run lint; npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cf53b1c

Please sign in to comment.