Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#19)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.1](v1.2.0...v1.2.1)
(2023-11-02)


### Miscellaneous Chores

* npm version 1.2.0
([a5e6378](a5e6378))
* update package.json to v1.2.0
([a5e6378](a5e6378))


### Documentation

* **changelog:** update changelog v1.2.0
([3144fae](3144fae))


### Build System

* **deps-dev:** bump highlight.js from 11.7.0 to 11.8.0
([#8](#8))
([54529fe](54529fe))
* **deps-dev:** bump prettier from 2.8.7 to 2.8.8
([#7](#7))
([9edcca2](9edcca2))
* **deps-dev:** bump prettier from 2.8.8 to 3.0.0
([f866c97](f866c97))
* **deps-dev:** bump prettier from 3.0.0 to 3.0.1
([#10](#10))
([ae6770e](ae6770e))
* **deps-dev:** bump prettier from 3.0.1 to 3.0.2
([#12](#12))
([e1f490a](e1f490a))
* **deps-dev:** bump prettier from 3.0.2 to 3.0.3
([#13](#13))
([d2f1a6f](d2f1a6f))
* **deps:** bump highlight.js from 11.8.0 to 11.9.0
([#15](#15))
([b20db94](b20db94))
* include highlight.js as dependency
([#11](#11))
([1026749](1026749))


### Continuous Integration

* **deps:** bump actions/checkout from 3 to 4
([#14](#14))
([c237011](c237011))
* **release-please:** implement Release-Please for changelog
([#17](#17))
([c81e1ee](c81e1ee))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 2, 2023
1 parent 03316a2 commit db899a7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
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.2.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.2.0...v1.2.1) (2023-11-02)


### Miscellaneous Chores

* npm version 1.2.0 ([a5e6378](https://github.com/highlightjs/highlightjs-apex/commit/a5e637896f9065a3e9d33017ec4afe397da3a9ce))
* update package.json to v1.2.0 ([a5e6378](https://github.com/highlightjs/highlightjs-apex/commit/a5e637896f9065a3e9d33017ec4afe397da3a9ce))


### Documentation

* **changelog:** update changelog v1.2.0 ([3144fae](https://github.com/highlightjs/highlightjs-apex/commit/3144faef9f59a5a76ece758a32e9e9ad1c627064))


### Build System

* **deps-dev:** bump highlight.js from 11.7.0 to 11.8.0 ([#8](https://github.com/highlightjs/highlightjs-apex/issues/8)) ([54529fe](https://github.com/highlightjs/highlightjs-apex/commit/54529fef2bf5d388c57b1c30a8347554e5a0d7a9))
* **deps-dev:** bump prettier from 2.8.7 to 2.8.8 ([#7](https://github.com/highlightjs/highlightjs-apex/issues/7)) ([9edcca2](https://github.com/highlightjs/highlightjs-apex/commit/9edcca2f84ff243169b53c20417fba6b62690df7))
* **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([f866c97](https://github.com/highlightjs/highlightjs-apex/commit/f866c97e33a79186ca05fbd42bd5cb1c92190693))
* **deps-dev:** bump prettier from 3.0.0 to 3.0.1 ([#10](https://github.com/highlightjs/highlightjs-apex/issues/10)) ([ae6770e](https://github.com/highlightjs/highlightjs-apex/commit/ae6770e35937724db68838182e18384eabe96f50))
* **deps-dev:** bump prettier from 3.0.1 to 3.0.2 ([#12](https://github.com/highlightjs/highlightjs-apex/issues/12)) ([e1f490a](https://github.com/highlightjs/highlightjs-apex/commit/e1f490a4774d6f3511d973b2941fe15479a875be))
* **deps-dev:** bump prettier from 3.0.2 to 3.0.3 ([#13](https://github.com/highlightjs/highlightjs-apex/issues/13)) ([d2f1a6f](https://github.com/highlightjs/highlightjs-apex/commit/d2f1a6fb8b7a84955ce4afeb15a58679635e01a5))
* **deps:** bump highlight.js from 11.8.0 to 11.9.0 ([#15](https://github.com/highlightjs/highlightjs-apex/issues/15)) ([b20db94](https://github.com/highlightjs/highlightjs-apex/commit/b20db945a66300b22c83376e7fa7fcb475ed2d95))
* include highlight.js as dependency ([#11](https://github.com/highlightjs/highlightjs-apex/issues/11)) ([1026749](https://github.com/highlightjs/highlightjs-apex/commit/102674904a76ba7f5965e2a352bfca54fe88a302))


### Continuous Integration

* **deps:** bump actions/checkout from 3 to 4 ([#14](https://github.com/highlightjs/highlightjs-apex/issues/14)) ([c237011](https://github.com/highlightjs/highlightjs-apex/commit/c237011d196497504424bad0b4c2f912a21ec323))
* **release-please:** implement Release-Please for changelog ([#17](https://github.com/highlightjs/highlightjs-apex/issues/17)) ([c81e1ee](https://github.com/highlightjs/highlightjs-apex/commit/c81e1eeea7079f602d7d5799b103ce1cb49546cd))

## [Unreleased](https://github.com/highlightjs/highlightjs-apex/compare/v1.2.1...HEAD)

### Merged
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db899a7

Please sign in to comment.