Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Feb 1, 2022
1 parent 0a5ce63 commit 6a7c49c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/RealShadowNova/realware-utilities/compare/v2.0.2...v2.1.0) (2022-02-01)

### Features

- **bundle:** add umd, esm, and cjs bundles ([0a5ce63](https://github.com/RealShadowNova/realware-utilities/commit/0a5ce6331ca912107b40f0f6e05e68f073aa0e31))
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realware/utilities",
"version": "2.0.2",
"version": "2.1.0",
"description": "Just some useful utility functions in a package.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,18 +14,21 @@
"test": "jest --verbose",
"update": "yarn upgrade-interactive --latest",
"build": "rollup -c rollup.bundle.ts",
"sversion": "standard-version",
"prepublishOnly": "rollup-type-bundler",
"prepare": "husky install"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@favware/npm-deprecate": "^1.0.4",
"@favware/rollup-type-bundler": "^1.0.7",
"@sapphire/eslint-config": "~4.0.11",
"@sapphire/ts-config": "^3.2.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.4.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.6.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
Expand All @@ -37,6 +40,7 @@
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-version-injector": "^1.3.3",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
Expand Down Expand Up @@ -68,6 +72,11 @@
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.ts": "eslint --fix --ext ts"
}
Expand Down

0 comments on commit 6a7c49c

Please sign in to comment.